Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems.SelectOutlineBorderColor Property

Defines the outline border color for selected items.

Syntax

Get

VB.NETClr = object.SelectOutlineBorderColor As UInteger
VBClr = object.SelectOutlineBorderColor As OLE_COLOR
C#.NETuint Clr = object.SelectOutlineBorderColor;
VC++OLE_COLOR Clr = object->SelectOutlineBorderColor;
OLE_COLOR Clr = object->GetSelectOutlineBorderColor();
CHRESULT object->get_SelectOutlineBorderColor(OLE_COLOR* Clr);

Put

VB.NETobject.SelectOutlineBorderColor = Clr As UInteger
VBobject.SelectOutlineBorderColor = Clr As OLE_COLOR
C#.NETuint object.SelectOutlineBorderColor = Clr;
VC++OLE_COLOR object->SelectOutlineBorderColor = Clr;
void object->PutSelectOutlineBorderColor(OLE_COLOR Clr);
CHRESULT object->put_SelectOutlineBorderColor(OLE_COLOR Clr);

object

A SftBoxItems object.

Clr

Defines the outline border color for selected items.

Comments

The SelectOutlineBorderColor property defines the outline border color for selected items.

The SelectOutlineBorderColor property is only used if the Items.OutlineStyle property is set to OutlineStyleSftBoxRectGradient. Otherwise, it is ignored and the colors depending on the Items.SelectionStyle property settings are used.

The Items.SelectionStyle and Items.NoFocusStyle properties work in conjunction with the Items.OutlineStyle property to determine the exact appearance of selected items. The highlighted portion of an item is rendered using the outline style defined by the Items.OutlineStyle property.

The SelectOutlineBorderColor property has no effect on the edit control portion.

See Also SftBoxItems Object | Object Hierarchy


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