SftDirectory 2.5

SftDirectory.SelectInnerFill1 Property

Softel vdm, Inc.

Defines the starting color used to fill the selection outline for selected items.

Syntax       

Get

VB.NET

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

VB

Clr = object.SelectInnerFill1  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR Clr = object->SelectInnerFill1;
OLE_COLOR Clr = object->GetSelectInnerFill1();

C

HRESULT object->get_SelectInnerFill1(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

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

VB

object.SelectInnerFill1 = Clr  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR object->SelectInnerFill1 = Clr;
void object->PutSelectInnerFill1(OLE_COLOR Clr);

C

HRESULT object->put_SelectInnerFill1(OLE_COLOR Clr);

Delphi

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

object

A SftDirectory object.

Clr

Defines the starting color used to fill the selection outline for selected items.

Comments

The SelectInnerFill1 property defines the starting color used to fill the selection outline for selected items.

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