SftDirectory 2.5

SftDirectory.ForeColorArchiveReady Property

Softel vdm, Inc.

Defines the foreground color of files/folders ready to be archived.

Syntax       

Get

VB.NET

Clr = object.ForeColorArchiveReady  As System.Drawing.ColorLanguage-specific information

VB

Clr = object.ForeColorArchiveReady  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information Clr = object.ForeColorArchiveReady;

VC++

OLE_COLOR Clr = object->ForeColorArchiveReady;
OLE_COLOR Clr = object->GetForeColorArchiveReady();

C

HRESULT object->get_ForeColorArchiveReady(OLE_COLOR* Clr);

Delphi

Clr := object.ForeColorArchiveReady  : TColorLanguage-specific information;

Put

VB.NET

object.ForeColorArchiveReady = Clr  As System.Drawing.ColorLanguage-specific information

VB

object.ForeColorArchiveReady = Clr  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information object.ForeColorArchiveReady = Clr;

VC++

OLE_COLOR object->ForeColorArchiveReady = Clr;
void object->PutForeColorArchiveReady(OLE_COLOR Clr);

C

HRESULT object->put_ForeColorArchiveReady(OLE_COLOR Clr);

Delphi

object.ForeColorArchiveReady := Clr  : TColorLanguage-specific information;

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.


Feedback / comments / error reports for this topic
© 2003, 2008 - Softel vdm, Inc. - www.softelvdm.com