DetailMenu property: Tree Structure class
Description
This property returns the name of the detail menu for the tree structure, as a string. If the page you use for detail values (DetailPage property) is part of a component, and you want to have access to the other pages in that group when you edit a node value, enter the name of the menu and menu bar for the component in the DetailMenu and DetailMenuBar properties.
This property is valid only if you define a detail tree structure. If you create a node-oriented tree structure, this property isn’t required.
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.