OwnerDrawOutlineButtonEventArgs Constructor
In This Topic
Initializes a new instance of the
OwnerDrawOutlineButtonEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As C1FlexGridBase, _
ByVal As Graphics, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As CellStyle, _
ByVal As Rectangle, _
ByVal As String, _
ByVal As Image _
)
public OwnerDrawOutlineButtonEventArgs(
C1FlexGridBase ,
Graphics ,
int ,
int ,
int ,
CellStyle ,
Rectangle ,
string ,
Image
)
Parameters
- 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.
See Also