Initializes a new instance of the
OwnerDrawOutlineButtonEventArgs class.
シンタックス
'宣言
Public Function New( _
ByVal As C1FlexGridBase, _
ByVal As System.Drawing.Graphics, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As CellStyle, _
ByVal As System.Drawing.Rectangle, _
ByVal As System.String, _
ByVal As System.Drawing.Image _
)
public OwnerDrawOutlineButtonEventArgs(
C1FlexGridBase ,
System.Drawing.Graphics ,
System.int ,
System.int ,
System.int ,
CellStyle ,
System.Drawing.Rectangle ,
System.string ,
System.Drawing.Image
)
パラメータ
- 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.
参照