|
|
|
SftDirectory.HotInnerBorderColor Property |
Defines the inner border color for items when the mouse cursor is on the item.
Syntax
VB.NET |
|||
VB |
Clr = object.HotInnerBorderColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->HotInnerBorderColor;
|
||
C |
HRESULT object->get_HotInnerBorderColor(OLE_COLOR* Clr); |
||
Delphi |
|||
VB.NET |
|||
VB |
object.HotInnerBorderColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->HotInnerBorderColor = Clr;
|
||
C |
HRESULT object->put_HotInnerBorderColor(OLE_COLOR Clr); |
||
Delphi |
object
A SftDirectory object.
Clr
Defines the inner border color for items when the mouse cursor is on the item.
Comments
The HotInnerBorderColor property defines the inner border color for items when the mouse cursor is on the item.
The HotInnerBorderColor 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.