|
|
|
SftTreeItems.SelectOutlineBorderColor Property |
Defines the outline border color for selected items.
Syntax
VB.NET |
|||
VB |
Clr = object.SelectOutlineBorderColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->SelectOutlineBorderColor;
|
||
C |
HRESULT object->get_SelectOutlineBorderColor(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.SelectOutlineBorderColor : Cardinal; |
||
VB.NET |
|||
VB |
object.SelectOutlineBorderColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->SelectOutlineBorderColor = Clr;
|
||
C |
HRESULT object->put_SelectOutlineBorderColor(OLE_COLOR Clr); |
||
Delphi |
object.SelectOutlineBorderColor := Clr : Cardinal; |
object
A SftTreeItems object.
Clr
Defines the outline border color for selected items.
Comments
The SelectOutlineBorderColor property defines the outline border color for selected items.
The SelectOutlineBorderColor property is only used if the Items.OutlineStyle property is set to OutlineStyleSftTreeRectGradient. Otherwise, it is ignored and the colors depending on the Items.SelectStyle property settings are used.
The Items.SelectStyle and Items.NoFocusStyle properties work in conjunction with the Items.OutlineStyle property to determine the exact appearance of selected items. The highlighted portion of an item is rendered using the outline style defined by the Items.OutlineStyle property.
See Also SftTreeItems Object | Object Hierarchy