|
|
|
SftDirectory.SelectBackColorNoFocus Property |
Defines the background color of selected files/folders when the control doesn't have the 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 SftDirectory object.
Clr
Defines the background color of selected files/folders when the control doesn't have the focus.
Comments
The SelectBackColorNoFocus property defines the background color of selected files/folders when the control doesn't have the focus.
Depending on the OutlineStyle property, the SelectBackColorNoFocus property may have no effect.