SftDirectory 2.5

SftDirectory.SelectNoFocusInnerBorderColor Property

Softel vdm, Inc.

Defines the inner border color for selected items when the control does not have the input focus.

Syntax       

Get

VB.NET

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

VB

Clr = object.SelectNoFocusInnerBorderColor  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR Clr = object->SelectNoFocusInnerBorderColor;
OLE_COLOR Clr = object->GetSelectNoFocusInnerBorderColor();

C

HRESULT object->get_SelectNoFocusInnerBorderColor(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

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

VB

object.SelectNoFocusInnerBorderColor = Clr  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR object->SelectNoFocusInnerBorderColor = Clr;
void object->PutSelectNoFocusInnerBorderColor(OLE_COLOR Clr);

C

HRESULT object->put_SelectNoFocusInnerBorderColor(OLE_COLOR Clr);

Delphi

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

object

A SftDirectory object.

Clr

Defines the inner border color for selected items when the control does not have the input focus.

Comments

The SelectNoFocusInnerBorderColor property defines the inner border color for selected items when the control does not have the input focus.

The SelectNoFocusInnerBorderColor property is only used if the OutlineStyle property is set to OutlineStyleSftDirectoryRectGradient.


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