|
|
|
SftTreeItems.TreeLineColor Property |
Defines the color used to draw connecting tree lines when the tree control is enabled.
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 : Cardinal; |
||
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 : Cardinal; |
object
A SftTreeItems 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
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 SftTreeItems Object | Object Hierarchy