Свойство | Type | Description | |
---|---|---|---|
DrawBox | void | ||
DrawCross | void | ||
DrawEndLine2 | void | ||
DrawHalfLine1 | void | ||
DrawHalfLine2 | void | ||
DrawLine1 | void | ||
DrawLine2 | void | ||
DrawMinus | void | ||
IsLastRow | bool | ||
IsSubRow | bool | ||
ToggleState | void |
Méthode | Description | |
---|---|---|
GroupCellRenderer ( ) : System |
Initializes a new instance of the GroupCellRenderer class with default settings
|
|
OnClick ( |
Fires the Click event.
|
|
OnDoubleClick ( |
Fires the DoubleClick event.
|
|
OnPaintCell ( |
Raises the OnPaintCell event
|
Méthode | Description | |
---|---|---|
CalcCheckRect ( RowAlignment rowAlignment, ColumnAlignment columnAlignment ) : |
Gets the Rectangle that specifies the Size and Location of the check box contained in the current Cell
|
|
GetGroupRendererData ( |
Gets the GroupRendererData specific data used by the Renderer from the specified Cell
|
|
OnPaint ( |
Raises the Paint event
|
Méthode | Description | |
---|---|---|
DrawBox ( |
||
DrawCross ( |
||
DrawEndLine2 ( |
||
DrawHalfLine1 ( |
Draws a line on the RHS and joins it up to the RHS of the box
|
|
DrawHalfLine2 ( |
Draw a line down the middle, up to the bottom of the box.
|
|
DrawLine1 ( |
Draws a line on the RHS
|
|
DrawLine2 ( |
Draws a line down the middle
|
|
DrawMinus ( |
||
IsLastRow ( |
Returns true if this cell is in the last subrow.
|
|
IsSubRow ( |
Returns true if this cell is in a sub row.
|
|
ToggleState ( |
protected CalcCheckRect ( RowAlignment rowAlignment, ColumnAlignment columnAlignment ) : |
||
rowAlignment | RowAlignment | |
columnAlignment | ColumnAlignment | |
Résultat |
protected GetGroupRendererData ( |
||
cell | The Cell to get the GroupRendererData data for | |
Résultat |
public OnClick ( |
||
e | ||
Résultat | void |
public OnDoubleClick ( |
||
e | ||
Résultat | void |
protected OnPaint ( |
||
e | ||
Résultat | void |
public OnPaintCell ( |
||
e | ||
Résultat | void |