SftDirectory 2.5

SftDirectory.HotOutlineBorderColor Property

Softel vdm, Inc.

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

Syntax       

Get

VB.NET

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

VB

Clr = object.HotOutlineBorderColor  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR Clr = object->HotOutlineBorderColor;
OLE_COLOR Clr = object->GetHotOutlineBorderColor();

C

HRESULT object->get_HotOutlineBorderColor(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

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

VB

object.HotOutlineBorderColor = Clr  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR object->HotOutlineBorderColor = Clr;
void object->PutHotOutlineBorderColor(OLE_COLOR Clr);

C

HRESULT object->put_HotOutlineBorderColor(OLE_COLOR Clr);

Delphi

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

object

A SftDirectory object.

Clr

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

Comments

The HotOutlineBorderColor property defines the outline border color for items when the mouse cursor is on the item.

The HotOutlineBorderColor 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