Menu Bar

Each individual spot in a menu bar is known as a menu bar item. Every menu item consists of various properties, all of which are configurable through this dialog.

Menu ID:

The Menu ID to assign to the current item. This is used by the On Menu event to determine which item was interacted with.

Icon ID:

The 0-based icon index from the Image List specified on the Menu Bar dialog that the current item will use. If no icon image should be displayed, set this value to -1.

Note: If a number is specified which is out of range of the image specified in the Image List property of the menu bar, no icon image will be displayed.

Text:

The text of the current menu item.

Enabled

If the current menu item should be enabled by default.

Checked

If the current menu item should be checked by default.

Separator

If the current menu item should be a separator (checked) or a typical menu item (unchecked).