|
|
|
SftTree.ColHeaderHilightColor Property |
Defines the color used to draw the highlighted edge of all column headers.
Deprecated - Provided for compatibility with earlier versions only - Use Headers.HilightColor instead
Syntax
VB.NET |
|||
VB |
Clr = object.ColHeaderHilightColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->ColHeaderHilightColor; |
||
C |
HRESULT object->get_ColHeaderHilightColor(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.ColHeaderHilightColor : TColor; |
||
VB.NET |
|||
VB |
object.ColHeaderHilightColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->ColHeaderHilightColor
= Clr; |
||
C |
HRESULT object->put_ColHeaderHilightColor(OLE_COLOR Clr); |
||
Delphi |
object.ColHeaderHilightColor := Clr : TColor; |
object
A SftTree object.
Clr
Defines the color used to draw the highlighted edge of 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.HilightColor instead
The ColHeaderHilightColor property defines the color used to draw the highlighted edge of all column headers.
All column headers use the same highlight color and cannot be defined individually.
This property has no effect if Windows themes are used.
See Also SftTree Object | Object Hierarchy