Method | Description | |
---|---|---|
CheckBoxCellRenderer ( ) : System |
Initializes a new instance of the CheckBoxCellRenderer class with default settings
|
|
OnKeyDown ( |
Raises the KeyDown event
|
|
OnKeyUp ( |
Raises the KeyUp event
|
|
OnMouseDown ( |
Raises the MouseDown event
|
|
OnMouseLeave ( |
Raises the MouseLeave event
|
|
OnMouseMove ( XPTable e ) : void |
Raises the MouseMove event
|
|
OnMouseUp ( |
Raises the MouseUp event
|
|
OnPaintCell ( |
Raises the PaintCell event
|
Method | Description | |
---|---|---|
CalcCheckRect ( RowAlignment rowAlignment, ColumnAlignment columnAlignment ) : |
Gets the Rectangle that specifies the Size and Location of the check box contained in the current Cell
|
|
GetCheckBoxRendererData ( |
Gets the CheckBoxCellRenderer specific data used by the Renderer from the specified Cell
|
|
OnPaint ( |
Raises the Paint event
|
Method | Description | |
---|---|---|
ValidateCheckState ( |
Corrects any differences between the check state of the specified Cell and the check state in its rendererData
|
protected CalcCheckRect ( RowAlignment rowAlignment, ColumnAlignment columnAlignment ) : |
||
rowAlignment | RowAlignment | |
columnAlignment | ColumnAlignment | |
return |
protected GetCheckBoxRendererData ( |
||
cell | The Cell to get the CheckBoxCellRenderer data for | |
return |
public OnKeyDown ( |
||
e | A CellKeyEventArgs that contains the event data | |
return | void |
public OnKeyUp ( |
||
e | A CellKeyEventArgs that contains the event data | |
return | void |
public OnMouseDown ( |
||
e | A CellMouseEventArgs that contains the event data | |
return | void |
public OnMouseLeave ( |
||
e | A CellMouseEventArgs that contains the event data | |
return | void |
public OnMouseMove ( XPTable e ) : void | ||
e | XPTable | A CellMouseEventArgs that contains the event data |
return | void |
public OnMouseUp ( |
||
e | A CellMouseEventArgs that contains the event data | |
return | void |
protected OnPaint ( |
||
e | A PaintCellEventArgs that contains the event data | |
return | void |
public OnPaintCell ( |
||
e | A PaintCellEventArgs that contains the event data | |
return | void |