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