Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectory.SelectHotInnerBorderColor Property

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

Syntax

Get

VB.NETClr = object.SelectHotInnerBorderColor As System.Drawing.Color
VBClr = object.SelectHotInnerBorderColor As OLE_COLOR
C#.NETSystem.Drawing.Color Clr = object.SelectHotInnerBorderColor;
VC++OLE_COLOR Clr = object->SelectHotInnerBorderColor;
OLE_COLOR Clr = object->GetSelectHotInnerBorderColor();
CHRESULT object->get_SelectHotInnerBorderColor(OLE_COLOR* Clr);

Put

VB.NETobject.SelectHotInnerBorderColor = Clr As System.Drawing.Color
VBobject.SelectHotInnerBorderColor = Clr As OLE_COLOR
C#.NETSystem.Drawing.Color object.SelectHotInnerBorderColor = Clr;
VC++OLE_COLOR object->SelectHotInnerBorderColor = Clr;
void object->PutSelectHotInnerBorderColor(OLE_COLOR Clr);
CHRESULT object->put_SelectHotInnerBorderColor(OLE_COLOR Clr);

object

A SftDirectory object.

Clr

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

Comments

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

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

See Also SftDirectory Object | Object Hierarchy


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