|
|
|
SftBoxItems.SelectForeColor Property |
Defines the default foreground color for selected items when the controls has the input focus.
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 SftBoxItems object.
Clr
Defines the default foreground color for selected items when the controls has the input focus. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".
Comments
The SelectForeColor property defines the default foreground color for selected items when the controls has the input focus.
Columns can override this color using the Column.SelectForeColor property. Cells can override this color using the Cell.SelectForeColor property. Items that are not selected use the color defined using Items.ForeColor instead.