|
|
|
SftTree.RowHeaderHilightColor Property |
Defines the default color used to draw the highlighted edge of row headers.
Deprecated - Provided for compatibility with earlier versions only - Use RowHeaders.HilightColor instead
Syntax
VB.NET |
|||
VB |
Clr = object.RowHeaderHilightColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->RowHeaderHilightColor;
|
||
C |
HRESULT object->get_RowHeaderHilightColor(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.RowHeaderHilightColor : TColor; |
||
VB.NET |
|||
VB |
object.RowHeaderHilightColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->RowHeaderHilightColor = Clr;
|
||
C |
HRESULT object->put_RowHeaderHilightColor(OLE_COLOR Clr); |
||
Delphi |
object.RowHeaderHilightColor := Clr : TColor; |
object
A SftTree object.
Clr
Defines the default color used to draw the highlighted edge of row 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 RowHeaders.HilightColor instead
The RowHeaderHilightColor property defines the default color used to draw the highlighted edge of row headers.
All row 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