| 
 | 
 | 
 | 
| SftTree.ColHeaderBackColor Property | 
Defines the background color for all column headers.
Deprecated - Provided for compatibility with earlier versions only - Use Headers.BackColor instead
Syntax
| VB.NET | |||
| VB | Clr = object.ColHeaderBackColor As OLE_COLOR | ||
| C#.NET | |||
| VC++ | OLE_COLOR Clr = object->ColHeaderBackColor; | ||
| C | HRESULT object->get_ColHeaderBackColor(OLE_COLOR* Clr); | ||
| Delphi | Clr := object.ColHeaderBackColor : TColor; | ||
| VB.NET | |||
| VB | object.ColHeaderBackColor = Clr As OLE_COLOR | ||
| C#.NET | |||
| VC++ | OLE_COLOR object->ColHeaderBackColor
      = Clr; | ||
| C | HRESULT object->put_ColHeaderBackColor(OLE_COLOR Clr); | ||
| Delphi | object.ColHeaderBackColor := Clr : TColor; | ||
object
A SftTree object.
Clr
Defines the background color for all column headers. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
Comments
Deprecated - Provided for compatibility with earlier versions only - Use Headers.BackColor instead
The ColHeaderBackColor property defines the background color for all column headers.
This property has no effect if Windows themes are used.
See Also SftTree Object | Object Hierarchy