|
|
|
SftDirectory.ForeColorReadOnly Property |
Defines the foreground color of read/only files/folders.
Syntax
VB.NET |
|||
VB |
Clr = object.ForeColorReadOnly As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->ForeColorReadOnly;
|
||
C |
HRESULT object->get_ForeColorReadOnly(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.ForeColorReadOnly = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->ForeColorReadOnly = Clr;
|
||
C |
HRESULT object->put_ForeColorReadOnly(OLE_COLOR Clr); |
||
Delphi |
object
A SftDirectory object.
Clr
Defines the foreground color of read/only files/folders.
Comments
The ForeColorReadOnly property defines the foreground color of read/only files/folders.
If a file/folder is read/only, the foreground color defined using the ForeColorReadOnly property is used to display the file/folder's text. The Folder.ForeColor property overrides a file/folder's foreground color.