|
|
|
SftTreeRowHeaders.SelectBackColor Property |
Defines the default row header background color used to draw items that are selected.
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 : Cardinal; |
||
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 : Cardinal; |
object
A SftTreeRowHeaders object.
Clr
Defines the default row header background color used to draw items that are selected. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
Comments
The SelectBackColor property defines the default row header background color used to draw items that are selected.
Items can override the row header's background color using the RowHeader.SelectBackColor property.
This property has no effect if Windows themes are used.
See Also SftTreeRowHeaders Object | Object Hierarchy