|
|
|
SftTree.SelectBackColor Property |
Defines the background color used to draw selected items.
Deprecated - Provided for compatibility with earlier versions only - Use Items.SelectBackColor instead
Syntax
VB.NET |
|||
VB |
Clr = object.SelectBackColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->SelectBackColor;
|
||
C |
HRESULT object->get_SelectBackColor(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.SelectBackColor : TColor; |
||
VB.NET |
|||
VB |
object.SelectBackColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->SelectBackColor = Clr;
|
||
C |
HRESULT object->put_SelectBackColor(OLE_COLOR Clr); |
||
Delphi |
object.SelectBackColor := Clr : TColor; |
object
A SftTree object.
Clr
Defines the background color used to draw selected items. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
Comments
Deprecated - Provided for compatibility with earlier versions only - Use Items.SelectBackColor instead
The SelectBackColor property defines the background color used to draw selected items.
Columns can override the default background color using the Column.SelectBackColor property. Cells can override the background color using the Cell.SelectBackColor property. If a selected item uses a selection style (Items.SelectStyle property) that uses the SelectBackColor property for only portions of the item, the Items.BackColor property is used for the remainder of the item.
See Also SftTree Object | Object Hierarchy