The Accelerator property adds keyboard accelerators to the menu items. Some
accelerators may be used for other purposes on your system and other actions may result.
The Enable property disables the first subitem Choice 1 so a user cannot select it when
the menu is first created. The item appears dimmed.
NoteAfter you have created all menu items, set their HandleVisibility properties
off by executing the following statements:
menuhandles = findall(figurehandle,'type','uimenu');
menuhandles.HandleVisibility = 'off';
See the section, “Menu Item” on page 7-22, for information about programming menu
items.
Create Menus for Programmatic Apps