Menu Editor




 

● Caption.

The text entered will be shown on the menu.
A - (minus) as caption will create a separator.
Preceed the character you want as shortcut with an &
Example: &Copy

● Accelerator.

Press the key(s) you want as the accelerator.
NOTE!
Some keys can not be entered using the hotkey control. In those cases use the caption preceeding the key with \t.
Example caption: Delete\tDel

● Name.

The name you want for the menuitem.
Example: IDM_FILE_OPEN
NOTE!
Only MENUEX resources can have a name / ID on menu bar, popup and separator items.

● ItemID.

The ID for the menu item.
NOTE!
The ID can not be greater than 32767.

● HelpID.

The help ID.
NOTE!
Only MENUEX resources can have a help ID.

● Checked.

The menu item will be checked.

● Grayed.

The menu item will be grayed (disabled).

● Right alling.

The menu item will be right alligned.

● Radio.

The menu item will have a radio button.

● Ownerdraw.

The menu item will be owner drawn.

● Arrow buttons.

Left: Outdent. Right: Indent. Up: Move item up. Down: Move item down.

Menu properties

● (ID).

The ID of the menu.

● (Name).

The name of the menu.

● (StartID).

The start ID of menu items.

● Language.

The language setting for the menu.

● MenuEx.

If True the menu will be a MENUEX resource.