SftDirectory 2.5

SftDirectory.SelectHotInnerFill1 Property

Softel vdm, Inc.

Defines the starting color used to fill the selection outline for selected items when the mouse cursor is on the item.

Syntax       

Get

VB.NET

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

VB

Clr = object.SelectHotInnerFill1  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR Clr = object->SelectHotInnerFill1;
OLE_COLOR Clr = object->GetSelectHotInnerFill1();

C

HRESULT object->get_SelectHotInnerFill1(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

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

VB

object.SelectHotInnerFill1 = Clr  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR object->SelectHotInnerFill1 = Clr;
void object->PutSelectHotInnerFill1(OLE_COLOR Clr);

C

HRESULT object->put_SelectHotInnerFill1(OLE_COLOR Clr);

Delphi

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

object

A SftDirectory object.

Clr

Defines the starting color used to fill the selection outline for selected items when the mouse cursor is on the item.

Comments

The SelectHotInnerFill1 property defines the starting color used to fill the selection outline for selected items when the mouse cursor is on the item.

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