Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectory.SelectNoFocusInnerFill1 Property

Defines the starting color used to fill the selection outline for selected items when the control does not have the input focus.

Syntax

Get

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

Put

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

object

A SftDirectory object.

Clr

Defines the starting color used to fill the selection outline for selected items when the control does not have the input focus.

Comments

The SelectNoFocusInnerFill1 property defines the starting color used to fill the selection outline for selected items when the control does not have the input focus.

The SelectNoFocusInnerFill1 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.