|
|
|
SftTree.RowHeaderGrayedColor Property |
Defines the text color used to draw disabled row headers.
Deprecated - Provided for compatibility with earlier versions only - Use RowHeaders.GrayedColor instead
Syntax
VB.NET |
|||
VB |
Clr = object.RowHeaderGrayedColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->RowHeaderGrayedColor;
|
||
C |
HRESULT object->get_RowHeaderGrayedColor(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.RowHeaderGrayedColor : TColor; |
||
VB.NET |
|||
VB |
object.RowHeaderGrayedColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->RowHeaderGrayedColor = Clr;
|
||
C |
HRESULT object->put_RowHeaderGrayedColor(OLE_COLOR Clr); |
||
Delphi |
object.RowHeaderGrayedColor := Clr : TColor; |
object
A SftTree object.
Clr
Defines the text color used to draw disabled 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.GrayedColor instead
The RowHeaderGrayedColor property defines the text color used to draw disabled row headers.
Row headers can be disabled globally using the RowHeaders.Enabled property, individual items can be disabled using the Item.Enabled property.
This property has no effect if Windows themes are used.
See Also SftTree Object | Object Hierarchy