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