|
|
|
SftBoxItems.SelectBackColorNoFocus Property |
Defines the default background color for selected items when the controls does not have the input focus.
Syntax
VB.NET |
|||
VB |
Clr = object.SelectBackColorNoFocus As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->SelectBackColorNoFocus;
|
||
C |
HRESULT object->get_SelectBackColorNoFocus(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.SelectBackColorNoFocus = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->SelectBackColorNoFocus = Clr;
|
||
C |
HRESULT object->put_SelectBackColorNoFocus(OLE_COLOR Clr); |
||
Delphi |
object
A SftBoxItems object.
Clr
Defines the default background 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 SelectBackColorNoFocus property defines the default background color for selected items when the controls does not have the input focus.