[]
Initializes a new instance of the OwnerDrawOutlineButtonEventArgs class.
public OwnerDrawOutlineButtonEventArgs(C1FlexGridBase view, Graphics graphics, int row, int col, int level, CellStyle style, Rectangle bounds, string text, Image img)
Public Sub New(view As C1FlexGridBase, graphics As Graphics, row As Integer, col As Integer, level As Integer, style As CellStyle, bounds As Rectangle, text As String, img As Image)
| Type | Name | Description |
|---|---|---|
| C1FlexGridBase | view | The C1FlexGridBase control that contains the outline button being painted. |
| Graphics | graphics | The Graphics object where the outline button will be painted. |
| int | row | The row index of the cell which contains the outline button being painted. |
| int | col | The column index of the cell which contains the outline button being painted. |
| int | level | The level of the tree which will be collapsed by clicking on the outline button. |
| CellStyle | style | The CellStyle that will be used to paint the outline button. |
| Rectangle | bounds | The bounds of the outline button being painted. |
| string | text | The text that will be displayed in the outline button. |
| Image | img | The image that will be displayed in the outline button. |