OwnerDrawOutlineButtonEventArgs Constructor
Initializes a new instance of the
OwnerDrawOutlineButtonEventArgs class.
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.