SftDirectory 2.5

SftDirectory.HotInnerBorderColor Property

Softel vdm, Inc.

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

Syntax       

Get

VB.NET

Clr = object.HotInnerBorderColor  As System.Drawing.ColorLanguage-specific information

VB

Clr = object.HotInnerBorderColor  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information Clr = object.HotInnerBorderColor;

VC++

OLE_COLOR Clr = object->HotInnerBorderColor;
OLE_COLOR Clr = object->GetHotInnerBorderColor();

C

HRESULT object->get_HotInnerBorderColor(OLE_COLOR* Clr);

Delphi

Clr := object.HotInnerBorderColor  : TColorLanguage-specific information;

Put

VB.NET

object.HotInnerBorderColor = Clr  As System.Drawing.ColorLanguage-specific information

VB

object.HotInnerBorderColor = Clr  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information object.HotInnerBorderColor = Clr;

VC++

OLE_COLOR object->HotInnerBorderColor = Clr;
void object->PutHotInnerBorderColor(OLE_COLOR Clr);

C

HRESULT object->put_HotInnerBorderColor(OLE_COLOR Clr);

Delphi

object.HotInnerBorderColor := Clr  : TColorLanguage-specific information;

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.


Feedback / comments / error reports for this topic
© 2003, 2008 - Softel vdm, Inc. - www.softelvdm.com