Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectory.HotInnerBorderColor Property

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

Syntax

Get

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

Put

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

object

A SftDirectory object.

Clr

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

Comments

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

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