Description property: Tree Structure class

Description

This property returns the description for the tree structure, as a string. The description is the text that displays in list boxes or reports.

This property can be used only with an open tree structure, that is, you must use the Open method on the tree structure before you can use this property.

This property is read/write.

Example

&MYTREESTRUCT.Description = "Department Security Chart";