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