Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectory.SelectHotInnerFill1 Property

Defines the starting color used to fill the selection outline for selected items when the mouse cursor is on the item.

Syntax

Get

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

Put

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

object

A SftDirectory object.

Clr

Defines the starting color used to fill the selection outline for selected items when the mouse cursor is on the item.

Comments

The SelectHotInnerFill1 property defines the starting color used to fill the selection outline for selected items when the mouse cursor is on the item.

The SelectHotInnerFill1 property is only used if the OutlineStyle property is set to OutlineStyleSftDirectoryRectGradient. Otherwise, it is ignored and the text in the first displayed column is shown underlined instead.

See Also SftDirectory Object | Object Hierarchy


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