|
|
|
SftTree.GrayedColor Property |
Defines the text color used to draw items that are disabled.
Deprecated - Provided for compatibility with earlier versions only - Use Items.GrayedColor instead
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 : TColor; |
||
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 : TColor; |
object
A SftTree object.
Clr
Defines the text color used to draw items that are disabled. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
Comments
Deprecated - Provided for compatibility with earlier versions only - Use Items.GrayedColor instead
The GrayedColor property defines the text color used to draw items that are disabled.
Columns can override the foreground color using the Column.ForeColor property.
Individual cells can override the foreground color for disabled items using the Cell.ForeColor property.
See Also SftTree Object | Object Hierarchy