|
|
|
SftDirectory.SelectBackColor Property |
Defines the background color of selected files/folders when the control has the focus.
Syntax
VB.NET |
|||
VB |
Clr = object.SelectBackColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->SelectBackColor;
|
||
C |
HRESULT object->get_SelectBackColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.SelectBackColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->SelectBackColor = Clr;
|
||
C |
HRESULT object->put_SelectBackColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftDirectory object.
Clr
Defines the background color of selected files/folders when the control has the focus.
Comments
The SelectBackColor property defines the background color of selected files/folders when the control has the focus.
Depending on the OutlineStyle property, the SelectBackColor property may have no effect.