|
|
|
SftDirectory.HotInnerFill2 Property |
Defines the ending color used to fill the selection outline for items when the mouse cursor is on the item.
Syntax
VB.NET |
|||
VB |
Clr = object.HotInnerFill2 As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->HotInnerFill2;
|
||
C |
HRESULT object->get_HotInnerFill2(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.HotInnerFill2 = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->HotInnerFill2 = Clr;
|
||
C |
HRESULT object->put_HotInnerFill2(OLE_COLOR Clr); |
||
Delphi |
object
A SftDirectory object.
Clr
Defines the ending color used to fill the selection outline for items when the mouse cursor is on the item.
Comments
The HotInnerFill2 property defines the ending color used to fill the selection outline for items when the mouse cursor is on the item.
The HotInnerFill2 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.