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