Hide

SftOptions 1.0 - ActiveX Options Control

Display
Print

SftOptions.SelectForeColor Property

Defines the foreground color of selected entries when the control has the focus.

Syntax

Get

VB.NETClr = object.SelectForeColor As UInt32
VBClr = object.SelectForeColor As OLE_COLOR
C#.NETuint Clr = object.SelectForeColor;
VC++OLE_COLOR Clr = object->SelectForeColor;
OLE_COLOR Clr = object->GetSelectForeColor();
CHRESULT object->get_SelectForeColor(OLE_COLOR* Clr);

Put

VB.NETobject.SelectForeColor = Clr As UInt32
VBobject.SelectForeColor = Clr As OLE_COLOR
C#.NETuint object.SelectForeColor = Clr;
VC++OLE_COLOR object->SelectForeColor = Clr;
void object->PutSelectForeColor(OLE_COLOR Clr);
CHRESULT object->put_SelectForeColor(OLE_COLOR Clr);

object

A SftOptions object.

Clr

Defines the foreground color of selected entries when the control has the focus.

Comments

The SelectForeColor property defines the foreground color of selected entries when the control has the focus.

See Also SftOptions Object | Object Hierarchy


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