|
|
|
SftDirectoryFolder.ForeColor Property |
Defines the file/folder's foreground color.
Syntax
VB.NET |
|||
VB |
Clr = object.ForeColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->ForeColor;
|
||
C |
HRESULT object->get_ForeColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.ForeColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->ForeColor = Clr;
|
||
C |
HRESULT object->put_ForeColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftDirectoryFolder object.
Clr
Defines the file/folder's foreground color.
Comments
The ForeColor property defines the file/folder's foreground color.
All folders use the foreground color defined using the control's ForeColor property. Columns can override the foreground color using the Column.ForeColor property. Individual folders can override the color using their ForeColor property.