Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectory.SelectHotInnerFill2 Property

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

Syntax

Get

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

Put

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

object

A SftDirectory object.

Clr

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

Comments

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

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