|
|
|
SftBoxCell.SelectForeColor Property |
Defines the cell's foreground color when the item is selected.
Syntax
VB.NET |
|||
VB |
Clr = object.SelectForeColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->SelectForeColor;
|
||
C |
HRESULT object->get_SelectForeColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.SelectForeColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->SelectForeColor = Clr;
|
||
C |
HRESULT object->put_SelectForeColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftBoxCell object.
Clr
Defines the cell's foreground color when the item is selected. Specify -1 to restore the default color. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".
Comments
The SelectForeColor property defines the cell's foreground color when the item is selected.
This color overrides the default color defined using Items.SelectForeColor or Column.SelectForeColor.