|
|
|
SftBoxItems.TreeLineColor Property |
Defines the color used for tree lines connecting related items.
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 |
|||
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
A SftBoxItems object.
Clr
Defines the color used for tree lines connecting related items. For information about color properties, please visit the applicable section "Using SftBox/OCX with ...".
Comments
The TreeLineColor property defines the color used for tree lines connecting related items.
Tree lines are enabled using Items.TreeLineStyle.