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
SftPrintPreview/DLL 2.0 - Print Preview Control (discontinued)
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftDirectory 3.5 - File/Folder Control (discontinued)
SftMask/OCX 7.0 - Masked Edit Control
SftOptions 1.0 - Registry/INI Control (discontinued)
SftPrintPreview/OCX 1.0 - Print Preview Control (discontinued)
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTabs/NET 6.0 - Tab Control (discontinued)
SftTree/NET 2.0 - Tree Control
Defines the appearance of tree lines connecting related items.
Get
VB.NET | Style = object.TreeLineStyle As SftBoxTreeLineStyleConstants |
VB | Style = object.TreeLineStyle As SftBoxTreeLineStyleConstants |
C#.NET | SftBoxTreeLineStyleConstants Style = object.TreeLineStyle; |
VC++ | enum SftBoxTreeLineStyleConstants Style = object->TreeLineStyle; enum SftBoxTreeLineStyleConstants Style = object->GetTreeLineStyle(); |
C | HRESULT object->get_TreeLineStyle(enum SftBoxTreeLineStyleConstants* Style); |
Put
VB.NET | object.TreeLineStyle = Style As SftBoxTreeLineStyleConstants |
VB | object.TreeLineStyle = Style As SftBoxTreeLineStyleConstants |
C#.NET | SftBoxTreeLineStyleConstants object.TreeLineStyle = Style; |
VC++ | enum SftBoxTreeLineStyleConstants object->TreeLineStyle = Style; void object->PutTreeLineStyle(enum SftBoxTreeLineStyleConstants Style); |
C | HRESULT object->put_TreeLineStyle(enum SftBoxTreeLineStyleConstants Style); |
object
Style
Defines the appearance of tree lines connecting related items.
Style | Value | Description |
---|---|---|
treeLineStyleSftBoxNone | 0 | Connecting tree lines are not shown. |
treeLineStyleSftBoxSolid | 1 | Connecting tree lines are shown as solid lines. |
treeLineStyleSftBoxDotted | 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. |
treeLineStyleSftBoxDotted0 | 3 | Connecting dotted tree lines are shown between all items. |
treeLineStyleSftBoxTransparent | 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. |
treeLineStyleSftBoxAutomatic | 5 | The value is translated to treeLineStyleSftBoxDotted or treeLineStyleSftBoxTransparent depending on the operating system used. On Windows 98, ME, 2000, connecting dotted tree lines are shown between items on levels 1 and lower (using treeLineStyleSftBoxDotted). On Windows XP, Windows Server 2003, Windows Vista and above, connecting dotted tree lines are not shown (using treeLineStyleSftBoxTransparent). |
treeLineStyleSftBoxAutomatic0 | 6 | The value is translated to treeLineStyleSftBoxDotted0 or treeLineStyleSftBoxTransparent depending on the operating system used. On Windows 98, ME, 2000, connecting dotted tree lines are shown between all items (using treeLineStyleSftBoxDotted0). On Windows XP, Windows Server 2003, Windows Vista and above, connecting dotted tree lines are not shown (using treeLineStyleSftBoxTransparent). |
The TreeLineStyle property defines the appearance of tree lines connecting related items.
The color used for connecting tree lines is defined using the Items.TreeLineColor property.
If tree lines are enabled, but all items are on level 0, a small amount of unused space remains to the left of the first cell.
See Also SftBoxItems Object | Object Hierarchy