Hide

SftOptions 1.0 - ActiveX Options Control

Display
Print

SftOptions.SelectBackColorNoFocus Property

Defines the background color of selected entries when the control doesn't have the focus.

Syntax

Get

VB.NETClr = object.SelectBackColorNoFocus As UInt32
VBClr = object.SelectBackColorNoFocus As OLE_COLOR
C#.NETuint Clr = object.SelectBackColorNoFocus;
VC++OLE_COLOR Clr = object->SelectBackColorNoFocus;
OLE_COLOR Clr = object->GetSelectBackColorNoFocus();
CHRESULT object->get_SelectBackColorNoFocus(OLE_COLOR* Clr);

Put

VB.NETobject.SelectBackColorNoFocus = Clr As UInt32
VBobject.SelectBackColorNoFocus = Clr As OLE_COLOR
C#.NETuint object.SelectBackColorNoFocus = Clr;
VC++OLE_COLOR object->SelectBackColorNoFocus = Clr;
void object->PutSelectBackColorNoFocus(OLE_COLOR Clr);
CHRESULT object->put_SelectBackColorNoFocus(OLE_COLOR Clr);

object

A SftOptions object.

Clr

Defines the background color of selected entries when the control doesn't have the focus.

Comments

The SelectBackColorNoFocus property defines the background color of selected entries when the control doesn't have the focus.

See Also SftOptions Object | Object Hierarchy


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