Menu Class

The Menu system class lets you configure and run any of the Microsoft Dynamics AXMenu objects from code.

Syntax

class Menu extends TreeNode

Run On

Called

Methods

  Method Description
Gg912101.pubmethod(en-us,AX.60).gif addMenuitem Adds a menu item to the menu.
Gg912101.pubmethod(en-us,AX.60).gif addMenuReference
Gg912101.pubmethod(en-us,AX.60).gif addSeparator Adds a menu separator to the menu.
Gg912101.pubmethod(en-us,AX.60).gif addSubmenu Adds a submenu to the menu.
Gg912101.pubmethod(en-us,AX.60).gif AOTadd Creates a subnode to the tree node in the Application Object Tree (AOT). (Inherited from TreeNode.)
Gg912101.pubmethod(en-us,AX.60).gif AOTaddExtendedDataType This method is not supported in Microsoft Dynamics AX. If you need to add a subnode of this type, use the instead. (Inherited from TreeNode.)
Gg912101.pubmethod(en-us,AX.60).gif AOTaddRelation This method is not supported in Microsoft Dynamics AX. If you need to add a subnode of this type, use the instead. (Inherited from TreeNode.)
Gg912101.pubmethod(en-us,AX.60).gif AOTaddSubNode Creates subnodes for extended data types and relations. (Inherited from TreeNode.)
Gg912101.pubmethod(en-us,AX.60).gif