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