Hide

SftOptions 1.0 - ActiveX Options Control

Display
Print

SftOptions.ModifiedForeColor Property

Defines the foreground color of modified entries.

Syntax

Get

VB.NETClr = object.ModifiedForeColor As UInt32
VBClr = object.ModifiedForeColor As OLE_COLOR
C#.NETuint Clr = object.ModifiedForeColor;
VC++OLE_COLOR Clr = object->ModifiedForeColor;
OLE_COLOR Clr = object->GetModifiedForeColor();
CHRESULT object->get_ModifiedForeColor(OLE_COLOR* Clr);

Put

VB.NETobject.ModifiedForeColor = Clr As UInt32
VBobject.ModifiedForeColor = Clr As OLE_COLOR
C#.NETuint object.ModifiedForeColor = Clr;
VC++OLE_COLOR object->ModifiedForeColor = Clr;
void object->PutModifiedForeColor(OLE_COLOR Clr);
CHRESULT object->put_ModifiedForeColor(OLE_COLOR Clr);

object

A SftOptions object.

Clr

Defines the foreground color of modified entries.

Comments

The ModifiedForeColor property defines the foreground color of modified entries.

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 of the default ForeColor property.

See Also SftOptions Object | Object Hierarchy


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