|
|
|
SftTree.RowHeaderBackColor Property |
Defines the default background color used to draw row headers of items that are not selected.
Deprecated - Provided for compatibility with earlier versions only - Use RowHeaders.BackColor instead
Syntax
VB.NET |
|||
VB |
Clr = object.RowHeaderBackColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->RowHeaderBackColor;
|
||
C |
HRESULT object->get_RowHeaderBackColor(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.RowHeaderBackColor : TColor; |
||
VB.NET |
|||
VB |
object.RowHeaderBackColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->RowHeaderBackColor = Clr;
|
||
C |
HRESULT object->put_RowHeaderBackColor(OLE_COLOR Clr); |
||
Delphi |
object.RowHeaderBackColor := Clr : TColor; |
object
A SftTree object.
Clr
Defines the default background color used to draw row headers of items that are not selected. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
Comments
Deprecated - Provided for compatibility with earlier versions only - Use RowHeaders.BackColor instead
The RowHeaderBackColor property defines the default background color used to draw row headers of items that are not selected.
Items can override the row header background color using the RowHeader.BackColor property.
This property has no effect if Windows themes are used.
See Also SftTree Object | Object Hierarchy