|

What are menu bar items?


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 the Menu Item dialog. This dialog is displayed whenever you add a new item, or edit an existing item's properties.


Menu bar items are referenced in AutoPlay by their Menu ID's, which are unique numeric values associated with each item. Whenever your users interact with the menu bar in your application, the page's On Menu event is fired, and the event variables (e_ID and e_ItemInfo) are populated with the current item's information.


Adding functionality to your menu bar is as easy as adding if statements to the On Menu event. We've even provided a menu bar example to get you headed in the right direction!


|