Hide

SftBox/OCX 5.0 - Combo Box Control

Display
Print

SftBoxItems.HotInnerFill1 Property

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

Syntax

Get

VB.NETClr = object.HotInnerFill1 As UInteger
VBClr = object.HotInnerFill1 As OLE_COLOR
C#.NETuint Clr = object.HotInnerFill1;
VC++OLE_COLOR Clr = object->HotInnerFill1;
OLE_COLOR Clr = object->GetHotInnerFill1();
CHRESULT object->get_HotInnerFill1(OLE_COLOR* Clr);

Put

VB.NETobject.HotInnerFill1 = Clr As UInteger
VBobject.HotInnerFill1 = Clr As OLE_COLOR
C#.NETuint object.HotInnerFill1 = Clr;
VC++OLE_COLOR object->HotInnerFill1 = Clr;
void object->PutHotInnerFill1(OLE_COLOR Clr);
CHRESULT object->put_HotInnerFill1(OLE_COLOR Clr);

object

A SftBoxItems object.

Clr

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

Comments

The HotInnerFill1 property defines the starting color used to fill the selection outline for items when the mouse cursor is on the item.

The HotInnerFill1 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 HotInnerFill1 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.