Defines the outline border color for selected items when the mouse cursor is on the item.
Syntax
|
Get
|
|
|
VB.NET
|
Clr = object.SelectHotOutlineBorderColor As System.Drawing.Color
|
|
|
VB
|
Clr = object.SelectHotOutlineBorderColor As OLE_COLOR
|
|
|
C#.NET
|
System.Drawing.Color Clr = object.SelectHotOutlineBorderColor;
|
|
|
VC++
|
OLE_COLOR Clr = object->SelectHotOutlineBorderColor;
OLE_COLOR Clr = object->GetSelectHotOutlineBorderColor();
|
|
|
C
|
HRESULT object->get_SelectHotOutlineBorderColor(OLE_COLOR* Clr);
|
|
|
Delphi
|
Clr := object.SelectHotOutlineBorderColor : TColor ;
|
|
Put
|
|
|
VB.NET
|
object.SelectHotOutlineBorderColor = Clr As System.Drawing.Color
|
|
|
VB
|
object.SelectHotOutlineBorderColor = Clr As OLE_COLOR
|
|
|
C#.NET
|
System.Drawing.Color object.SelectHotOutlineBorderColor = Clr;
|
|
|
VC++
|
OLE_COLOR object->SelectHotOutlineBorderColor = Clr;
void object->PutSelectHotOutlineBorderColor(OLE_COLOR Clr);
|
|
|
C
|
HRESULT object->put_SelectHotOutlineBorderColor(OLE_COLOR Clr);
|
|
|
Delphi
|
object.SelectHotOutlineBorderColor := Clr : TColor ;
|
object
A SftDirectory object.
Clr
Defines the outline border color for selected items when the mouse cursor is on the item.
Comments
The SelectHotOutlineBorderColor property defines the outline border color for selected items when the mouse cursor is on the item.
The SelectHotOutlineBorderColor 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.
Feedback / comments / error reports for this topic
© 2003, 2008 - Softel vdm, Inc. - www.softelvdm.com