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 disabled.
Deprecated - Provided for compatibility with earlier versions only - Use Items.TreeLineGrayedColor instead
Get
| VB.NET | Clr = object.TreeLineGrayedColor As System.Drawing.Color![]() |
| VB | Clr = object.TreeLineGrayedColor As OLE_COLOR |
| C#.NET | System.Drawing.Color Clr = object.TreeLineGrayedColor; |
| VC++ | OLE_COLOR Clr = object->TreeLineGrayedColor; OLE_COLOR Clr = object->GetTreeLineGrayedColor(); |
| C | HRESULT object->get_TreeLineGrayedColor(OLE_COLOR* Clr); |
Put
| VB.NET | object.TreeLineGrayedColor = Clr As System.Drawing.Color![]() |
| VB | object.TreeLineGrayedColor = Clr As OLE_COLOR |
| C#.NET | System.Drawing.Color object.TreeLineGrayedColor = Clr; |
| VC++ | OLE_COLOR object->TreeLineGrayedColor = Clr; void object->PutTreeLineGrayedColor(OLE_COLOR Clr); |
| C | HRESULT object->put_TreeLineGrayedColor(OLE_COLOR Clr); |
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 ...".
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
