The MenuItem class holds menu items associated with objects. Menus can be associated with Mobile objects, in which case they are shown as contextual menu items, or associated with Control objects in which case they are shown under the global application menu.
Places a check mark next to the menu item.
This method initializes a menu item with title menuName for theObject which will call methodName when selected.
Disables the menu item such that it cannot be selected.
Enables a menu item, if it is disabled.
Removes the check mark next to the menu item, if it exists.