SftDirectory 2.5

SftDirectory.SelectBackColorNoFocus Property

Softel vdm, Inc.

Defines the background color of selected files/folders when the control doesn't have the focus.

Syntax       

Get

VB.NET

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

VB

Clr = object.SelectBackColorNoFocus  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR Clr = object->SelectBackColorNoFocus;
OLE_COLOR Clr = object->GetSelectBackColorNoFocus();

C

HRESULT object->get_SelectBackColorNoFocus(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

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

VB

object.SelectBackColorNoFocus = Clr  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR object->SelectBackColorNoFocus = Clr;
void object->PutSelectBackColorNoFocus(OLE_COLOR Clr);

C

HRESULT object->put_SelectBackColorNoFocus(OLE_COLOR Clr);

Delphi

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

object

A SftDirectory object.

Clr

Defines the background color of selected files/folders when the control doesn't have the focus.

Comments

The SelectBackColorNoFocus property defines the background color of selected files/folders when the control doesn't have the focus.

Depending on the OutlineStyle property, the SelectBackColorNoFocus property may have no effect.


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