|
|
|
SftDirectory.SelectForeColorNoFocus Property |
Defines the foreground color of selected files/folders when the control doesn't have the focus.
Syntax
VB.NET |
|||
VB |
Clr = object.SelectForeColorNoFocus As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->SelectForeColorNoFocus;
|
||
C |
HRESULT object->get_SelectForeColorNoFocus(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.SelectForeColorNoFocus = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->SelectForeColorNoFocus = Clr;
|
||
C |
HRESULT object->put_SelectForeColorNoFocus(OLE_COLOR Clr); |
||
Delphi |
object
A SftDirectory object.
Clr
Defines the foreground color of selected files/folders when the control doesn't have the focus.
Comments
The SelectForeColorNoFocus property defines the foreground color of selected files/folders when the control doesn't have the focus.