SftDirectory 2.5

SftDirectory.SelectInnerFill2 Property

Softel vdm, Inc.

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

Syntax       

Get

VB.NET

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

VB

Clr = object.SelectInnerFill2  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR Clr = object->SelectInnerFill2;
OLE_COLOR Clr = object->GetSelectInnerFill2();

C

HRESULT object->get_SelectInnerFill2(OLE_COLOR* Clr);

Delphi

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

Put

VB.NET

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

VB

object.SelectInnerFill2 = Clr  As OLE_COLOR

C#.NET

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

VC++

OLE_COLOR object->SelectInnerFill2 = Clr;
void object->PutSelectInnerFill2(OLE_COLOR Clr);

C

HRESULT object->put_SelectInnerFill2(OLE_COLOR Clr);

Delphi

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

object

A SftDirectory object.

Clr

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

Comments

The SelectInnerFill2 property defines the ending color used to fill the selection outline for selected items.

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