Retrieves whether the overall state of the menu is closed or expanded for the menu behavior.
Syntax
XML N/A Scripting [ "expand" | "closed" = ] oMenu.masterState
Possible Values
expand String specifying that the overall state of the menu is expanded. closed String specifying that the overall state of the menu is closed. The property is read-only with a default value of closed.
Remarks
The masterState property returns a value only from the first, or topmost, menu item.
The masterState property is available only to objects participating in the menu behavior.
Applies To
menu