|
|
|
SftTree.TreeLineGrayedColor Property |
Defines the color used to draw connecting tree lines when the tree control is disabled.
Deprecated - Provided for compatibility with earlier versions only - Use Items.TreeLineGrayedColor instead
Syntax
VB.NET |
|||
VB |
Clr = object.TreeLineGrayedColor As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR Clr = object->TreeLineGrayedColor;
|
||
C |
HRESULT object->get_TreeLineGrayedColor(OLE_COLOR* Clr); |
||
Delphi |
Clr := object.TreeLineGrayedColor : TColor; |
||
VB.NET |
|||
VB |
object.TreeLineGrayedColor = Clr As OLE_COLOR |
||
C#.NET |
|||
VC++ |
OLE_COLOR object->TreeLineGrayedColor = Clr;
|
||
C |
HRESULT object->put_TreeLineGrayedColor(OLE_COLOR Clr); |
||
Delphi |
object.TreeLineGrayedColor := Clr : TColor; |
object
A SftTree object.
Clr
Defines the color used to draw connecting tree lines when the tree control is 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.TreeLineGrayedColor instead
The TreeLineGrayedColor property defines the color used to draw connecting tree lines when the tree control is disabled.
Based on the Items.TreeLineStyle property, connecting tree lines are displayed using the specified color Clr when the tree control is disabled.
See Also SftTree Object | Object Hierarchy