GetMenuPS Method
The GetMenuPS method returns a property set that includes information about a menu and the menu items that this menu contains. It uses the following syntax:
GetMenuPS()
It includes no arguments.
For example:
var menuPS = this.ExecuteMethod("GetMenuPS");
The following example includes a typical property set that the GetMenuPS method returns:
childArray
[0]
- childArray
- propArray
- Caption : "Undo Record [Ctrl+U]"
- Command : "*Browser Applet* *UndoRecord*SIS Account List Applet* "
- Enabled : [True|False]
- Type: "Command\|Separator"