Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectory.HotInnerFill1 Property

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

Syntax

Get

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

Put

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

object

A SftDirectory object.

Clr

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

Comments

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

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