FlexPivot for WinForms
OwnerDrawCellEventArgs コンストラクタ

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > OwnerDrawCellEventArgs クラス : OwnerDrawCellEventArgs コンストラクタ
The C1FlexGridBase control that contains the cell being painted.
The Graphics object where the cell will be painted.
The row index of the cell being painted.
The column index of the cell being painted.
The CellStyle that will be used to paint the cell.
The bounds of the cell being painted.
The text that will be displayed in the cell.
The image that will be displayed in the cell.
Initializes a new instance of the OwnerDrawCellEventArgs class.
シンタックス
'宣言
 
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 _
)
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
)

パラメータ

view
The C1FlexGridBase control that contains the cell being painted.
graphics
The Graphics object where the cell will be painted.
row
The row index of the cell being painted.
col
The column index of the cell being painted.
style
The CellStyle that will be used to paint the cell.
bounds
The bounds of the cell being painted.
text
The text that will be displayed in the cell.
img
The image that will be displayed in the cell.
参照

OwnerDrawCellEventArgs クラス
OwnerDrawCellEventArgs メンバ