SftDirectory 2.5

SftDirectory.ForeColor Property

Softel vdm, Inc.

Defines the foreground color.

Syntax       

Get

VB.NET

Clr = object.ForeColor  As System.Drawing.ColorLanguage-specific information
Clr = object.CtlForeColor  As System.Drawing.ColorLanguage-specific information

VB

Clr = object.ForeColor  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information Clr = object.ForeColor;
System.Drawing.ColorLanguage-specific information Clr = object.CtlForeColor;

VC++

OLE_COLOR Clr = object->ForeColor;
OLE_COLOR Clr = object->GetForeColor();

C

HRESULT object->get_ForeColor(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

object.ForeColor = Clr  As System.Drawing.ColorLanguage-specific information
object.CtlForeColor = Clr  As System.Drawing.ColorLanguage-specific information

VB

object.ForeColor = Clr  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information object.ForeColor = Clr;
System.Drawing.ColorLanguage-specific information object.CtlForeColor = Clr;

VC++

OLE_COLOR object->ForeColor = Clr;
void object->PutForeColor(OLE_COLOR Clr);

C

HRESULT object->put_ForeColor(OLE_COLOR Clr);

Delphi

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

object

A SftDirectory object.

Clr

Defines the foreground color.

Comments

The ForeColor property defines the foreground color.

All folders use the defined font.  Individual folders can override the font using the Folder.Font property.


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