FlexPivot for WinForms
OwnerDrawOutlineButtonEventArgs コンストラクタ

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > OwnerDrawOutlineButtonEventArgs クラス : OwnerDrawOutlineButtonEventArgs コンストラクタ
The C1FlexGridBase control that contains the outline button being painted.
The Graphics object where the outline button will be painted.
The row index of the cell which contains the outline button being painted.
The column index of the cell which contains the outline button being painted.
The level of the tree which will be collapsed by clicking on the outline button.
The CellStyle that will be used to paint the outline button.
The bounds of the outline button being painted.
The text that will be displayed in the outline button.
The image that will be displayed in the outline button.
Initializes a new instance of the OwnerDrawOutlineButtonEventArgs 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 level 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 OwnerDrawOutlineButtonEventArgs( 
   C1FlexGridBase view,
   System.Drawing.Graphics graphics,
   System.int row,
   System.int col,
   System.int level,
   CellStyle style,
   System.Drawing.Rectangle bounds,
   System.string text,
   System.Drawing.Image img
)

パラメータ

view
The C1FlexGridBase control that contains the outline button being painted.
graphics
The Graphics object where the outline button will be painted.
row
The row index of the cell which contains the outline button being painted.
col
The column index of the cell which contains the outline button being painted.
level
The level of the tree which will be collapsed by clicking on the outline button.
style
The CellStyle that will be used to paint the outline button.
bounds
The bounds of the outline button being painted.
text
The text that will be displayed in the outline button.
img
The image that will be displayed in the outline button.
参照

OwnerDrawOutlineButtonEventArgs クラス
OwnerDrawOutlineButtonEventArgs メンバ