Property | Type | Description | |
---|---|---|---|
GetState | bool | ||
Init | void | ||
SetSelected | void | ||
SetState | void | ||
ShouldSerializeBackColor | bool | ||
ShouldSerializeEditable | bool | ||
ShouldSerializeEnabled | bool | ||
ShouldSerializeFont | bool | ||
ShouldSerializeForeColor | bool | ||
ShouldSerializePadding | bool |
Method | Description | |
---|---|---|
Cell ( ) : System |
Initializes a new instance of the Cell class with default settings
|
|
Cell ( object value ) : System |
Initializes a new instance of the Cell class with the specified object
|
|
Cell ( object value, |
Initializes a new instance of the Cell class with the specified text and CellStyle
|
|
Cell ( object value, Color foreColor, Color backColor, |
Initializes a new instance of the Cell class with the specified object, fore Color, back Color and Font
|
|
Cell ( string text ) : System |
Initializes a new instance of the Cell class with the specified text
|
|
Cell ( string text, |
Initializes a new instance of the Cell class with the specified text and CellStyle
|
|
Cell ( string text, Color foreColor, Color backColor, |
Initializes a new instance of the Cell class with the specified text, fore Color, back Color and Font
|
|
Cell ( string text, Image image ) : System |
Initializes a new instance of the Cell class with the specified text and Image value
|
|
Cell ( string text, Image image, |
Initializes a new instance of the Cell class with the specified text, Image and CellStyle
|
|
Cell ( string text, Image image, Color foreColor, Color backColor, |
Initializes a new instance of the Cell class with the specified text, Image, fore Color, back Color and Font
|
|
Cell ( string text, bool check ) : System |
Initializes a new instance of the Cell class with the specified text and check value
|
|
Cell ( string text, bool check, |
Initializes a new instance of the Cell class with the specified text, check value and CellStyle
|
|
Cell ( string text, bool check, Color foreColor, Color backColor, |
Initializes a new instance of the Cell class with the specified text, check value, fore Color, back Color and Font
|
|
Cell ( string text, object value ) : System |
Initializes a new instance of the Cell class with the specified text and object
|
|
Cell ( string text, object value, |
Initializes a new instance of the Cell class with the specified text, object and CellStyle
|
|
Cell ( string text, object value, Color foreColor, Color backColor, |
Initializes a new instance of the Cell class with the specified text, object, fore Color, back Color and Font
|
|
Dispose ( ) : void |
Releases all resources used by the Cell
|
Method | Description | |
---|---|---|
OnPropertyChanged ( |
Raises the PropertyChanged event
|
Method | Description | |
---|---|---|
GetState ( int flag ) : bool |
Returns the state represented by the specified state flag
|
|
Init ( ) : void |
Initialise default values
|
|
SetSelected ( bool selected ) : void |
Sets whether the Cell is selected
|
|
SetState ( int flag, bool value ) : void |
Sets the state represented by the specified state flag to the specified value
|
|
ShouldSerializeBackColor ( ) : bool |
Specifies whether the BackColor property should be serialized at design time
|
|
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
|
|
ShouldSerializeFont ( ) : bool |
Specifies whether the Font property should be serialized at design time
|
|
ShouldSerializeForeColor ( ) : bool |
Specifies whether the ForeColor property should be serialized at design time
|
|
ShouldSerializePadding ( ) : bool |
Specifies whether the Padding property should be serialized at design time
|
public Cell ( object value ) : System | ||
value | object | The object displayed in the Cell |
return | System |
public Cell ( object value, |
||
value | object | The object displayed in the Cell |
cellStyle | A CellStyle that specifies the visual appearance /// of the Cell | |
return | System |
public Cell ( object value, Color foreColor, Color backColor, |
||
value | object | The object displayed in the Cell |
foreColor | Color | The foreground Color of the Cell |
backColor | Color | The background Color of the Cell |
font | The Font used to draw the text in the Cell | |
return | System |
public Cell ( string text ) : System | ||
text | string | The text displayed in the Cell |
return | System |
public Cell ( string text, |
||
text | string | The text displayed in the Cell |
cellStyle | A CellStyle that specifies the visual appearance /// of the Cell | |
return | System |
public Cell ( string text, Color foreColor, Color backColor, |
||
text | string | The text displayed in the Cell |
foreColor | Color | The foreground Color of the Cell |
backColor | Color | The background Color of the Cell |
font | The Font used to draw the text in the Cell | |
return | System |
public Cell ( string text, Image image ) : System | ||
text | string | The text displayed in the Cell |
image | Image | The Image displayed in the Cell |
return | System |
public Cell ( string text, Image image, |
||
text | string | The text displayed in the Cell |
image | Image | The Image displayed in the Cell |
cellStyle | A CellStyle that specifies the visual appearance /// of the Cell | |
return | System |
public Cell ( string text, Image image, Color foreColor, Color backColor, |
||
text | string | The text displayed in the Cell |
image | Image | The Image displayed in the Cell |
foreColor | Color | The foreground Color of the Cell |
backColor | Color | The background Color of the Cell |
font | The Font used to draw the text in the Cell | |
return | System |
public Cell ( string text, bool check ) : System | ||
text | string | The text displayed in the Cell |
check | bool | Specifies whether the Cell is Checked |
return | System |
public Cell ( string text, bool check, |
||
text | string | The text displayed in the Cell |
check | bool | Specifies whether the Cell is Checked |
cellStyle | A CellStyle that specifies the visual appearance /// of the Cell | |
return | System |
public Cell ( string text, bool check, Color foreColor, Color backColor, |
||
text | string | The text displayed in the Cell |
check | bool | Specifies whether the Cell is Checked |
foreColor | Color | The foreground Color of the Cell |
backColor | Color | The background Color of the Cell |
font | The Font used to draw the text in the Cell | |
return | System |
public Cell ( string text, object value ) : System | ||
text | string | The text displayed in the Cell |
value | object | The object displayed in the Cell |
return | System |
public Cell ( string text, object value, |
||
text | string | The text displayed in the Cell |
value | object | The object displayed in the Cell |
cellStyle | A CellStyle that specifies the visual appearance /// of the Cell | |
return | System |
public Cell ( string text, object value, Color foreColor, Color backColor, |
||
text | string | The text displayed in the Cell |
value | object | The object displayed in the Cell |
foreColor | Color | The foreground Color of the Cell |
backColor | Color | The background Color of the Cell |
font | The Font used to draw the text in the Cell | |
return | System |
protected OnPropertyChanged ( |
||
e | A CellEventArgs that contains the event data | |
return | void |