|
|
|
Returns or sets tree style to be used for categorized view of VLPropertyList.
Syntax
object.TreeStyle[=value]
The TreeLines property syntax has these parts:
|
Part | Description |
| object |
An object expression that evaluates to VLPropertyList. |
| Value |
An integer expression specifying the tree style for categorized
view of VLPropertyList, as described in
Settings. |
Settings
The settings for value are:
|
Constant |
Setting |
Description |
vlText |
0 |
Categorized view will show only text. The text will be indented as per the
level. |
vlPlusMinusText |
1 |
Categorized view will show text and plus/minus button to the left of the text.
The text will be indented as per the level. |
vlTreelinesText |
2 |
Categorized view will show text and tree lines. The text will be indented as
per the level. |
vlTreeLinesPlusMinusText |
3 |
Categorized view will show text, tree lines as well as plus/minus button to the
left of the text. The text will be indented as per the level. |
|