Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectory.SelectHotOutlineBorderColor Property

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

Syntax

Get

VB.NETClr = object.SelectHotOutlineBorderColor As System.Drawing.Color
VBClr = object.SelectHotOutlineBorderColor As OLE_COLOR
C#.NETSystem.Drawing.Color 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 System.Drawing.Color
VBobject.SelectHotOutlineBorderColor = Clr As OLE_COLOR
C#.NETSystem.Drawing.Color object.SelectHotOutlineBorderColor = Clr;
VC++OLE_COLOR object->SelectHotOutlineBorderColor = Clr;
void object->PutSelectHotOutlineBorderColor(OLE_COLOR Clr);
CHRESULT object->put_SelectHotOutlineBorderColor(OLE_COLOR Clr);

object

A SftDirectory 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 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.