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 current tree line display style.
Get
| VB.NET | Style = object.TreeLineStyle As SftTreeTreeLineStyleConstants |
| VB | Style = object.TreeLineStyle As SftTreeTreeLineStyleConstants |
| C#.NET | SftTreeTreeLineStyleConstants Style = object.TreeLineStyle; |
| VC++ | enum SftTreeTreeLineStyleConstants Style = object->TreeLineStyle; enum SftTreeTreeLineStyleConstants Style = object->GetTreeLineStyle(); |
| C | HRESULT object->get_TreeLineStyle(enum SftTreeTreeLineStyleConstants* Style); |
Put
| VB.NET | object.TreeLineStyle = Style As SftTreeTreeLineStyleConstants |
| VB | object.TreeLineStyle = Style As SftTreeTreeLineStyleConstants |
| C#.NET | SftTreeTreeLineStyleConstants object.TreeLineStyle = Style; |
| VC++ | enum SftTreeTreeLineStyleConstants object->TreeLineStyle = Style; void object->PutTreeLineStyle(enum SftTreeTreeLineStyleConstants Style); |
| C | HRESULT object->put_TreeLineStyle(enum SftTreeTreeLineStyleConstants Style); |
object
A SftTreeItems object.
Defines the current tree line display style.
| Style | Value | Description |
|---|---|---|
| treeSftTreeNone | 0 | Connecting tree lines are not shown. |
| treeSftTreeShown | 1 | Connecting tree lines are shown between all items on levels 1 and lower. Items on level 0 (i.e., top-most items) are not connected to their child items. |
| treeSftTreeDotted | 2 | Connecting dotted tree lines are shown between all items on levels 1 and lower. Items on level 0 (i.e., top-most items) are not connected to their child items. |
| treeSftTreeDotted0 | 3 | Connecting dotted tree lines are shown between all items. |
| treeSftTreeInvisible | 4 | Connecting tree lines are not shown, but all layout and formatting is calculated as if they were present. This only affects the horizontal indentation of levels. |
| treeSftTreeAutomatic | 5 | On all supported Windows platforms, connecting dotted tree lines are not shown (using treeSftTreeInvisible). |
| treeSftTreeAutomatic0 | 6 | On all supported Windows platforms, connecting dotted tree lines are not shown (using treeSftTreeInvisible). |
The TreeLineStyle property defines the current tree line display style.
The Items.TreeLineColor defines the color used to draw connecting tree lines.
ShowFocusRectangle= 1
ToolTipAlways = 0
ToolTipBackColor= -1
ToolTipForeColor= -1
ToolTipsUseEntireCell= 0
TopIndex = 0
TreeLineColor = -2147483631
TreeLineGrayedColor= -2147483631
TreeLineStyle = 3
UpdateCurrentExpandCollapse= 0
OutlineStyle = 1
SelectOutlineBorderColor= -1
SelectInnerBorderColor= -1
SelectInnerFill1= -1
SelectInnerFill2= -1
SelectHotOutlineBorderColor= -1See Also SftTreeItems Object | Object Hierarchy
