Свойство | Type | Description | |
---|---|---|---|
DefaultWidth | int | ||
MaximumWidth | int | ||
MinimumWidth | int | ||
ResizePadding | int | ||
state | byte |
Свойство | Type | Description | |
---|---|---|---|
GetState | bool | ||
Init | void | ||
SetState | void | ||
ShouldSerializeEditable | bool | ||
ShouldSerializeEnabled | bool | ||
ShouldSerializeWidth | bool |
Méthode | Description | |
---|---|---|
Column ( ) : System |
Creates a new Column with default values
|
|
Column ( string text ) : System |
Creates a new Column with the specified header text
|
|
Column ( string text, Image image ) : System |
Creates a new Column with the specified header text and image
|
|
Column ( string text, Image image, int width ) : System |
Creates a new Column with the specified header text, image and width
|
|
Column ( string text, Image image, int width, bool visible ) : System |
Creates a new Column with the specified header text, image, width and visibility
|
|
Column ( string text, int width ) : System |
Creates a new Column with the specified header text and width
|
|
Column ( string text, int width, bool visible ) : System |
Creates a new Column 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
|
|
GetMaximumContentWidth ( ) : int |
Gets an int that specifies the maximum width of the Column's cell contents
|
|
GetMinimumHeaderWidth ( ) : int |
Gets an int that specifies the minimum width of the Column's header contents
|
Méthode | Description | |
---|---|---|
OnPropertyChanged ( |
Raises the PropertyChanged event
|
Méthode | Description | |
---|---|---|
GetState ( int flag ) : bool |
Returns the state represented by the specified state flag
|
|
Init ( ) : void |
Initialise default values
|
|
SetState ( int flag, bool value ) : void |
Sets the state represented by the specified state flag to the specified value
|
|
ShouldSerializeEditable ( ) : bool |
Specifies whether the Editable property should be serialized at design time
|
|
ShouldSerializeEnabled ( ) : bool |
Specifies whether the Enabled property should be serialized at design time
|
|
ShouldSerializeWidth ( ) : bool |
Specifies whether the Width property should be serialized at design time
|
public Column ( string text ) : System | ||
text | string | The text displayed in the column's header |
Résultat | System |
public Column ( 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 |
Résultat | System |
public Column ( 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 |
Résultat | System |
public Column ( 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 |
Résultat | System |
public Column ( string text, int width ) : System | ||
text | string | The text displayed in the column's header |
width | int | The column's width |
Résultat | System |
public Column ( 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 |
Résultat | System |
public abstract CreateDefaultEditor ( ) : ICellEditor | ||
Résultat | ICellEditor |
public abstract CreateDefaultRenderer ( ) : ICellRenderer | ||
Résultat | ICellRenderer |
public abstract GetDefaultEditorName ( ) : string | ||
Résultat | string |
public abstract GetDefaultRendererName ( ) : string | ||
Résultat | string |
protected OnPropertyChanged ( |
||
e | A ColumnEventArgs that contains the event data | |
Résultat | void |