|
|
|
SftDirectoryColumn.ForeColor Property |
Defines the default foreground color for all cells in this column.
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 SftDirectoryColumn object.
Clr
Defines the default foreground color for all cells in this column.
Comments
The ForeColor property defines the default foreground color for all cells in this column.
It overrides the control's ForeColor property. Individual folders can override the color using the Folder.ForeColor property.
Depending on a folder's attributes, the color defined using the ForeColorArchiveReady, ForeColorCompressed, ForeColorEncrypted, ForeColorHidden or ForeColorReadOnly properties may be used instead of the ForeColor property.