Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems.SelectBackColorNoFocus Property

Defines the default background color for selected items when the controls does not have the input focus.

Syntax

Get

VB.NETClr = object.SelectBackColorNoFocus As UInteger
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 UInteger
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 SftBoxItems object.

Clr

Defines the default background color for selected items when the controls does not have the input focus. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".

Comments

The SelectBackColorNoFocus property defines the default background color for selected items when the controls does not have the input focus.

See Also SftBoxItems Object | Object Hierarchy


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