Hide

SftOptions 1.0 - ActiveX Options Control

Display
Print

SftOptions.ForeColor Property

Defines the foreground color.

Syntax

Get

VB.NETClr = object.ForeColor As UInt32
VBClr = object.ForeColor As OLE_COLOR
C#.NETuint Clr = object.ForeColor;
VC++OLE_COLOR Clr = object->ForeColor;
OLE_COLOR Clr = object->GetForeColor();
CHRESULT object->get_ForeColor(OLE_COLOR* Clr);

Put

VB.NETobject.ForeColor = Clr As UInt32
VBobject.ForeColor = Clr As OLE_COLOR
C#.NETuint object.ForeColor = Clr;
VC++OLE_COLOR object->ForeColor = Clr;
void object->PutForeColor(OLE_COLOR Clr);
CHRESULT object->put_ForeColor(OLE_COLOR Clr);

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 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


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.