|
|
|
SftBoxItems.SelectForeColorNoFocus Property |
Defines the default foreground color for selected items when the controls does not have the input focus.
Syntax
VB.NET |
|||
VB |
Clr = object.SelectForeColorNoFocus As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->SelectForeColorNoFocus;
|
||
C |
HRESULT object->get_SelectForeColorNoFocus(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.SelectForeColorNoFocus = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->SelectForeColorNoFocus = Clr;
|
||
C |
HRESULT object->put_SelectForeColorNoFocus(OLE_COLOR Clr); |
||
Delphi |
object
A SftBoxItems object.
Clr
Defines the default foreground color for selected items when the controls does not have the input focus. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".
Comments
The SelectForeColorNoFocus property defines the default foreground color for selected items when the controls does not have the input focus.