SftDirectory 2.5

SftDirectory.SelectHotOutlineBorderColor Property

Softel vdm, Inc.

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

Syntax       

Get

VB.NET

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

VB

Clr = object.SelectHotOutlineBorderColor  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR Clr = object->SelectHotOutlineBorderColor;
OLE_COLOR Clr = object->GetSelectHotOutlineBorderColor();

C

HRESULT object->get_SelectHotOutlineBorderColor(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

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

VB

object.SelectHotOutlineBorderColor = Clr  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR object->SelectHotOutlineBorderColor = Clr;
void object->PutSelectHotOutlineBorderColor(OLE_COLOR Clr);

C

HRESULT object->put_SelectHotOutlineBorderColor(OLE_COLOR Clr);

Delphi

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

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.


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