SftOptions 1.0

SftOptions.ForeColor Property

Softel vdm, Inc.

Defines the foreground color.

Syntax       

Get

VB.NET

Clr = object.ForeColor  As UInt32

VB

Clr = object.ForeColor  As OLE_COLOR

C#.NET

uint Clr = object.ForeColor;

VC++

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

C

HRESULT object->get_ForeColor(OLE_COLOR* Clr);

Delphi

Clr := object.ForeColor  : Cardinal;

Put

VB.NET

object.ForeColor = Clr  As UInt32

VB

object.ForeColor = Clr  As OLE_COLOR

C#.NET

uint object.ForeColor = 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  : Cardinal;

object

A SftOptions object.

Clr

Defines the foreground color.

Comments

The ForeColor property defines the foreground color.

If an entry has been modified by the end-user and the new settings have not yet been saved (using SftOptions.Save), the entry uses the ModifiedForeColor property instead.

An entry that is the current entry (the selected entry), uses the SelectForeColor or SelectForeColorNoFocus property values instead.

See Also  SftOptions Object | Object Hierarchy


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