|
|
|
SftDirectory.ForeColorArchiveReady Property |
Defines the foreground color of files/folders ready to be archived.
Syntax
VB.NET |
|||
VB |
Clr = object.ForeColorArchiveReady As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->ForeColorArchiveReady;
|
||
C |
HRESULT object->get_ForeColorArchiveReady(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.ForeColorArchiveReady = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->ForeColorArchiveReady = Clr;
|
||
C |
HRESULT object->put_ForeColorArchiveReady(OLE_COLOR Clr); |
||
Delphi |
object
A SftDirectory object.
Clr
Defines the foreground color of files/folders ready to be archived.
Comments
The ForeColorArchiveReady property defines the foreground color of files/folders ready to be archived.
If a file/folder is ready to be archived, the foreground color defined using the ForeColorArchiveReady property is used to display the file/folder's text. The Folder.ForeColor property overrides a file/folder's foreground color.
The "ready to be archived" status is not maintained by SftDirectory. A folder is marked ready to be archived by the operating system, when it is modified.