Hide

SftTree/OCX 7.5 - ActiveX Tree Control

Display
Print

SelectHotOutlineBorderColor Property, SftTreeItems Object

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

Syntax

Get

VB.NETClr = object.SelectHotOutlineBorderColor As UInteger
VBClr = object.SelectHotOutlineBorderColor As OLE_COLOR
C#.NETuint Clr = object.SelectHotOutlineBorderColor;
VC++OLE_COLOR Clr = object->SelectHotOutlineBorderColor;
OLE_COLOR Clr = object->GetSelectHotOutlineBorderColor();
CHRESULT object->get_SelectHotOutlineBorderColor(OLE_COLOR* Clr);

Put

VB.NETobject.SelectHotOutlineBorderColor = Clr As UInteger
VBobject.SelectHotOutlineBorderColor = Clr As OLE_COLOR
C#.NETuint object.SelectHotOutlineBorderColor = Clr;
VC++OLE_COLOR object->SelectHotOutlineBorderColor = Clr;
void object->PutSelectHotOutlineBorderColor(OLE_COLOR Clr);
CHRESULT object->put_SelectHotOutlineBorderColor(OLE_COLOR Clr);

object

A SftTreeItems 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 OutlineStyleSftTreeRectGradient. Otherwise, it is ignored and the cell text in the first displayed column is shown underlined instead.

The Items.SelectStyle 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.

See Also SftTreeItems Object | Object Hierarchy


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


Spring Break!

Our offices will be closed this week (March 18 through March 22).

We'll be back March 24 to address any pending sales and support issues.