|
|
|
SftDirectory.TreeLineStyle Property |
Defines the display style of connecting tree lines.
Syntax
VB.NET |
Style = object.TreeLineStyle As SftDirectoryTreeLineStyleConstants |
||
VB |
Style = object.TreeLineStyle As SftDirectoryTreeLineStyleConstants |
||
C#.NET |
SftDirectoryTreeLineStyleConstants Style = object.TreeLineStyle; |
||
VC++ |
enum SftDirectoryTreeLineStyleConstants Style = object->TreeLineStyle;
|
||
C |
HRESULT object->get_TreeLineStyle(enum SftDirectoryTreeLineStyleConstants* Style); |
||
Delphi |
Style := object.TreeLineStyle : TOleEnum; |
||
VB.NET |
object.TreeLineStyle = Style As SftDirectoryTreeLineStyleConstants |
||
VB |
object.TreeLineStyle = Style As SftDirectoryTreeLineStyleConstants |
||
C#.NET |
SftDirectoryTreeLineStyleConstants object.TreeLineStyle = Style; |
||
VC++ |
enum SftDirectoryTreeLineStyleConstants object->TreeLineStyle = Style;
|
||
C |
HRESULT object->put_TreeLineStyle(enum SftDirectoryTreeLineStyleConstants Style); |
||
Delphi |
object.TreeLineStyle := Style : TOleEnum; |
object
A SftDirectory object.
Style
Defines the display style of connecting tree lines.
Style |
Value |
Description |
0 |
None - No tree lines are displayed. |
|
1 |
Dotted - Dotted tree lines are displayed. |
|
2 |
Automatic - Depending on the operating system, tree lines are enabled. On Windows 98, ME, 2000, dotted tree lines are used. On Windows XP and above, tree lines are not used. This behavior is similar to Windows Explorer. |
Comments
The TreeLineStyle property defines the display style of connecting tree lines.