VLPropertyList Reference

Read/Write PropertyTreeStyle

See Also See Also Applies To Applies To

Returns or sets tree style to be used for categorized view of VLPropertyList.

 

Syntax

object.TreeStyle[=value]

 

The TreeLines property syntax has these parts:

PartDescription
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
ConstantvlText 0 Categorized view will show only text. The text will be indented as per the level.
ConstantvlPlusMinusText 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.
ConstantvlTreelinesText 2 Categorized view will show text and tree lines. The text will be indented as per the level.
ConstantvlTreeLinesPlusMinusText 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.