|
|
|
SftTree.TreeLineStyle Property |
Defines the current tree line display style.
Deprecated - Provided for compatibility with earlier versions only - Use Items.TreeLineStyle instead
Syntax
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;
|
||
C |
HRESULT object->get_TreeLineStyle(enum SftTreeTreeLineStyleConstants* Style); |
||
Delphi |
Style := object.TreeLineStyle : TOleEnum; |
||
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;
|
||
C |
HRESULT object->put_TreeLineStyle(enum SftTreeTreeLineStyleConstants Style); |
||
Delphi |
object.TreeLineStyle := Style : TOleEnum; |
object
A SftTree object.
Style
Defines the current tree line display style.
Style |
Value |
Description |
0 |
Connecting tree lines are not shown. |
|
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. |
|
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. |
|
3 |
Connecting dotted tree lines are shown between all items. |
Comments
Deprecated - Provided for compatibility with earlier versions only - Use Items.TreeLineStyle instead
The TreeLineStyle property defines the current tree line display style.
The Items.TreeLineColor defines the color used to draw connecting tree lines.
See Also SftTree Object | Object Hierarchy