|
|
|
SftTreeHeaders.GrayedColor Property |
Defines the text color used to draw all disabled column headers.
Syntax
VB.NET |
|||
VB |
Clr = object.GrayedColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->GrayedColor; |
||
C |
HRESULT object->get_GrayedColor(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.GrayedColor : Cardinal; |
||
VB.NET |
|||
VB |
object.GrayedColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->GrayedColor
= Clr; |
||
C |
HRESULT object->put_GrayedColor(OLE_COLOR Clr); |
||
Delphi |
object.GrayedColor := Clr : Cardinal; |
object
A SftTreeHeaders 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
The GrayedColor 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 SftTreeHeaders Object | Object Hierarchy