SftBox/OCX 4.5

SftBoxItems.SelectHotOutlineBorderColor Property

Softel vdm, Inc.

Defines the outline border color for selected items when the mouse cursor is on the item.

Syntax       

Get

VB.NET

Clr = object.SelectHotOutlineBorderColor  As UIntegerLanguage-specific information

VB

Clr = object.SelectHotOutlineBorderColor  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.SelectHotOutlineBorderColor;

VC++

OLE_COLOR Clr = object->SelectHotOutlineBorderColor;
OLE_COLOR Clr = object->GetSelectHotOutlineBorderColor();

C

HRESULT object->get_SelectHotOutlineBorderColor(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

object.SelectHotOutlineBorderColor = Clr  As UIntegerLanguage-specific information

VB

object.SelectHotOutlineBorderColor = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.SelectHotOutlineBorderColor = Clr;

VC++

OLE_COLOR object->SelectHotOutlineBorderColor = Clr;
void object->PutSelectHotOutlineBorderColor(OLE_COLOR Clr);

C

HRESULT object->put_SelectHotOutlineBorderColor(OLE_COLOR Clr);

Delphi

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

object

A SftBoxItems object.

Clr

Defines the outline border color for selected items when the mouse cursor is on the item.

Comments

The SelectHotOutlineBorderColor property defines the outline border color for selected items when the mouse cursor is on the item.

The SelectHotOutlineBorderColor property is only used if the Items.OutlineStyle property is set to OutlineStyleSftBoxRectGradient. Otherwise, it is ignored and the cell text in the first displayed column is shown underlined instead.

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

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


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