프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Init | void |
메소드 | 설명 | |
---|---|---|
ColorColumn ( ) : System |
Creates a new ColorColumn with default values
|
|
ColorColumn ( string text ) : System |
Creates a new ColorColumn with the specified header text
|
|
ColorColumn ( string text, Image image ) : System |
Creates a new ColorColumn with the specified header text and image
|
|
ColorColumn ( string text, Image image, int width ) : System |
Creates a new ColorColumn with the specified header text, image and width
|
|
ColorColumn ( string text, Image image, int width, bool visible ) : System |
Creates a new ColorColumn with the specified header text, image, width and visibility
|
|
ColorColumn ( string text, int width ) : System |
Creates a new ColorColumn with the specified header text and width
|
|
ColorColumn ( string text, int width, bool visible ) : System |
Creates a new ColorColumn 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
|
메소드 | 설명 | |
---|---|---|
Init ( ) : void |
Initializes the ColorColumn with default values
|
public ColorColumn ( string text ) : System | ||
text | string | The text displayed in the column's header |
리턴 | System |
public ColorColumn ( 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 |
리턴 | System |
public ColorColumn ( 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 |
리턴 | System |
public ColorColumn ( 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 |
리턴 | System |
public ColorColumn ( string text, int width ) : System | ||
text | string | The text displayed in the column's header |
width | int | The column's width |
리턴 | System |
public ColorColumn ( 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 |
리턴 | System |