FlexGrid for WinForms
OwnerDrawCellEventArgs コンストラクタ

C1.Win.FlexGrid.6 アセンブリ > C1.Win.FlexGrid 名前空間 > OwnerDrawCellEventArgs クラス : OwnerDrawCellEventArgs コンストラクタ
描画されるセルを含む C1FlexGridBase コントロール。
セルが描画される場所になる Graphics オブジェクト。
描画されるセルの行インデックス。
描画されるセルの列インデックス。
セルの描画に使用される CellStyle
描画されるセルの境界。
セルに表示されるテキスト。
セルに表示される画像。
描画カラーモード。
OwnerDrawCellEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal view As C1FlexGridBase, _
   ByVal graphics As System.Drawing.Graphics, _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal style As CellStyle, _
   ByVal bounds As System.Drawing.Rectangle, _
   ByVal text As System.String, _
   ByVal img As System.Drawing.Image, _
   Optional ByVal colorMode As DrawColorMode _
)
public OwnerDrawCellEventArgs( 
   C1FlexGridBase view,
   System.Drawing.Graphics graphics,
   System.int row,
   System.int col,
   CellStyle style,
   System.Drawing.Rectangle bounds,
   System.string text,
   System.Drawing.Image img,
   DrawColorMode colorMode
)

パラメータ

view
描画されるセルを含む C1FlexGridBase コントロール。
graphics
セルが描画される場所になる Graphics オブジェクト。
row
描画されるセルの行インデックス。
col
描画されるセルの列インデックス。
style
セルの描画に使用される CellStyle
bounds
描画されるセルの境界。
text
セルに表示されるテキスト。
img
セルに表示される画像。
colorMode
描画カラーモード。
参照

OwnerDrawCellEventArgs クラス
OwnerDrawCellEventArgs メンバ