|
|
|
|
|
SftOptions.SelectForeColorNoFocus Property |
Defines the foreground color of selected entries when the control doesn't have the focus.
Syntax
|
VB.NET |
Clr = object.SelectForeColorNoFocus As UInt32 |
||
|
VB |
Clr = object.SelectForeColorNoFocus As OLE_COLOR |
||
|
C#.NET |
uint Clr = object.SelectForeColorNoFocus; |
||
|
VC++ |
OLE_COLOR Clr = object->SelectForeColorNoFocus;
|
||
|
C |
HRESULT object->get_SelectForeColorNoFocus(OLE_COLOR* Clr); |
||
|
Delphi |
Clr := object.SelectForeColorNoFocus : Cardinal; |
||
|
VB.NET |
object.SelectForeColorNoFocus = Clr As UInt32 |
||
|
VB |
object.SelectForeColorNoFocus = Clr As OLE_COLOR |
||
|
C#.NET |
uint object.SelectForeColorNoFocus = Clr; |
||
|
VC++ |
OLE_COLOR object->SelectForeColorNoFocus = Clr;
|
||
|
C |
HRESULT object->put_SelectForeColorNoFocus(OLE_COLOR Clr); |
||
|
Delphi |
object.SelectForeColorNoFocus := Clr : Cardinal; |
||
object
A SftOptions object.
Clr
Defines the foreground color of selected entries when the control doesn't have the focus.
Comments
The SelectForeColorNoFocus property defines the foreground color of selected entries when the control doesn't have the focus.
See Also SftOptions Object | Object Hierarchy