|
|
|
SftTree.ColHeaderGrayedColor Property |
Defines the text color used to draw all disabled column headers.
Deprecated - Provided for compatibility with earlier versions only - Use Headers.GrayedColor instead
Syntax
VB.NET |
|||
VB |
Clr = object.ColHeaderGrayedColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->ColHeaderGrayedColor; |
||
C |
HRESULT object->get_ColHeaderGrayedColor(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.ColHeaderGrayedColor : TColor; |
||
VB.NET |
|||
VB |
object.ColHeaderGrayedColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->ColHeaderGrayedColor
= Clr; |
||
C |
HRESULT object->put_ColHeaderGrayedColor(OLE_COLOR Clr); |
||
Delphi |
object.ColHeaderGrayedColor := Clr : TColor; |
object
A SftTree object.
Clr
Defines the text color used to draw all disabled 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.GrayedColor instead
The ColHeaderGrayedColor property defines the text color used to draw all disabled column headers.
The Header.Enabled property is used to enable and disable individual column headers.
All column headers use the same grayed text color and cannot be defined individually.
This property has no effect if Windows themes are used.
See Also SftTree Object | Object Hierarchy