Property | Type | Description | |
---|---|---|---|
Init | void | ||
ShouldSerializeCheckSize | bool |
Method | Description | |
---|---|---|
CheckBoxColumn ( ) : System |
Creates a new CheckBoxColumn with default values
|
|
CheckBoxColumn ( string text ) : System |
Creates a new CheckBoxColumn with the specified header text
|
|
CheckBoxColumn ( string text, Image image ) : System |
Creates a new CheckBoxColumn with the specified header text and image
|
|
CheckBoxColumn ( string text, Image image, int width ) : System |
Creates a new CheckBoxColumn with the specified header text, image and width
|
|
CheckBoxColumn ( string text, Image image, int width, bool visible ) : System |
Creates a new CheckBoxColumn with the specified header text, image, width and visibility
|
|
CheckBoxColumn ( string text, int width ) : System |
Creates a new CheckBoxColumn with the specified header text and width
|
|
CheckBoxColumn ( string text, int width, bool visible ) : System |
Creates a new CheckBoxColumn with the specified header text, width and visibility
|
|
CreateDefaultEditor ( ) : ICellEditor |
Gets the Column's default CellEditor
|
|
CreateDefaultRenderer ( ) : ICellRenderer |
Gets the Column's default CellRenderer
|
|
GetDefaultEditorName ( ) : string |
Gets a string that specifies the name of the Column's default CellEditor
|
|
GetDefaultRendererName ( ) : string |
Gets a string that specifies the name of the Column's default CellRenderer
|
Method | Description | |
---|---|---|
Init ( ) : void |
Initializes the CheckBoxColumn with default values
|
|
ShouldSerializeCheckSize ( ) : bool |
Specifies whether the CheckSize property should be serialized at design time
|
public CheckBoxColumn ( string text ) : System | ||
text | string | The text displayed in the column's header |
return | System |
public CheckBoxColumn ( string text, Image image ) : System | ||
text | string | The text displayed in the column's header |
image | Image | The image displayed on the column's header |
return | System |
public CheckBoxColumn ( string text, Image image, int width ) : System | ||
text | string | The text displayed in the column's header |
image | Image | The image displayed on the column's header |
width | int | The column's width |
return | System |
public CheckBoxColumn ( string text, Image image, int width, bool visible ) : System | ||
text | string | The text displayed in the column's header |
image | Image | The image displayed on the column's header |
width | int | The column's width |
visible | bool | Specifies whether the column is visible |
return | System |
public CheckBoxColumn ( string text, int width ) : System | ||
text | string | The text displayed in the column's header |
width | int | The column's width |
return | System |
public CheckBoxColumn ( string text, int width, bool visible ) : System | ||
text | string | The text displayed in the column's header |
width | int | The column's width |
visible | bool | Specifies whether the column is visible |
return | System |
public CreateDefaultRenderer ( ) : ICellRenderer | ||
return | ICellRenderer |