Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectory.SelectInnerFill1 Property

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

Syntax

Get

VB.NETClr = object.SelectInnerFill1 As System.Drawing.Color
VBClr = object.SelectInnerFill1 As OLE_COLOR
C#.NETSystem.Drawing.Color Clr = object.SelectInnerFill1;
VC++OLE_COLOR Clr = object->SelectInnerFill1;
OLE_COLOR Clr = object->GetSelectInnerFill1();
CHRESULT object->get_SelectInnerFill1(OLE_COLOR* Clr);

Put

VB.NETobject.SelectInnerFill1 = Clr As System.Drawing.Color
VBobject.SelectInnerFill1 = Clr As OLE_COLOR
C#.NETSystem.Drawing.Color object.SelectInnerFill1 = Clr;
VC++OLE_COLOR object->SelectInnerFill1 = Clr;
void object->PutSelectInnerFill1(OLE_COLOR Clr);
CHRESULT object->put_SelectInnerFill1(OLE_COLOR Clr);

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.

See Also SftDirectory Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.