SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
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
Get
| VB.NET | Clr = object.TreeLineColor As System.Drawing.Color![]() |
| VB | Clr = object.TreeLineColor As OLE_COLOR |
| C#.NET | System.Drawing.Color Clr = object.TreeLineColor; |
| VC++ | OLE_COLOR Clr = object->TreeLineColor; OLE_COLOR Clr = object->GetTreeLineColor(); |
| C | HRESULT object->get_TreeLineColor(OLE_COLOR* Clr); |
Put
| VB.NET | object.TreeLineColor = Clr As System.Drawing.Color![]() |
| VB | object.TreeLineColor = Clr As OLE_COLOR |
| C#.NET | System.Drawing.Color object.TreeLineColor = Clr; |
| VC++ | OLE_COLOR object->TreeLineColor = Clr; void object->PutTreeLineColor(OLE_COLOR Clr); |
| C | HRESULT object->put_TreeLineColor(OLE_COLOR Clr); |
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 ...".
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
