'宣言 Protected Sub SetErrorTip( _ ByVal grid As C1FlexGrid, _ ByVal cell As System.Windows.Controls.Border, _ ByVal err As System.String _ )
protected void SetErrorTip( C1FlexGrid grid, System.Windows.Controls.Border cell, System.string err )
パラメータ
- grid
- セルを含む C1FlexGrid。
- cell
- セルコンテンツを保持する System.Windows.Controls.Border要素。
- err
- エラーの説明を含む文字列。