SftBox/OCX 4.5

SftBoxItems.SelectHotInnerFill2 Property

Softel vdm, Inc.

Defines the ending color used to fill the selection outline for selected items when the mouse cursor is on the item.

Syntax       

Get

VB.NET

Clr = object.SelectHotInnerFill2  As UIntegerLanguage-specific information

VB

Clr = object.SelectHotInnerFill2  As OLE_COLOR

C#.NET

uintLanguage-specific information Clr = object.SelectHotInnerFill2;

VC++

OLE_COLOR Clr = object->SelectHotInnerFill2;
OLE_COLOR Clr = object->GetSelectHotInnerFill2();

C

HRESULT object->get_SelectHotInnerFill2(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

object.SelectHotInnerFill2 = Clr  As UIntegerLanguage-specific information

VB

object.SelectHotInnerFill2 = Clr  As OLE_COLOR

C#.NET

uintLanguage-specific information object.SelectHotInnerFill2 = Clr;

VC++

OLE_COLOR object->SelectHotInnerFill2 = Clr;
void object->PutSelectHotInnerFill2(OLE_COLOR Clr);

C

HRESULT object->put_SelectHotInnerFill2(OLE_COLOR Clr);

Delphi

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

object

A SftBoxItems object.

Clr

Defines the ending color used to fill the selection outline for selected items when the mouse cursor is on the item.

Comments

The SelectHotInnerFill2 property defines the ending color used to fill the selection outline for selected items when the mouse cursor is on the item.

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


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