SftBox/OCX 4.5

SftBoxItems.SelectInnerBorderColor Property

Softel vdm, Inc.

Defines the inner border color for selected items.

Syntax       

Get

VB.NET

Clr = object.SelectInnerBorderColor  As UIntegerLanguage-specific information

VB

Clr = object.SelectInnerBorderColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.SelectInnerBorderColor;

VC++

OLE_COLOR Clr = object->SelectInnerBorderColor;
OLE_COLOR Clr = object->GetSelectInnerBorderColor();

C

HRESULT object->get_SelectInnerBorderColor(OLE_COLOR* Clr);

Delphi

Clr := object.SelectInnerBorderColor  : CardinalLanguage-specific information;

Put

VB.NET

object.SelectInnerBorderColor = Clr  As UIntegerLanguage-specific information

VB

object.SelectInnerBorderColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.SelectInnerBorderColor = Clr;

VC++

OLE_COLOR object->SelectInnerBorderColor = Clr;
void object->PutSelectInnerBorderColor(OLE_COLOR Clr);

C

HRESULT object->put_SelectInnerBorderColor(OLE_COLOR Clr);

Delphi

object.SelectInnerBorderColor := Clr  : CardinalLanguage-specific information;

object

A SftBoxItems object.

Clr

Defines the inner border color for selected items.

Comments

The SelectInnerBorderColor property defines the inner border color for selected items.

The SelectInnerBorderColor 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 SelectInnerBorderColor property has no effect on the edit control portion.


Feedback / comments / error reports for this topic
© 2008 - Softel vdm, Inc. - www.softelvdm.com