Menu bar control
The menu bar control is similar to an application bar control but the menu options typically contain drop down menus with additional option choices. The menu bar at the top of the List tab in most applications is a typical example. You can place a menu bar control only in a tab control.
Properties
Attribute name | Description |
---|---|
Control ID |
Each control in a presentation is assigned a unique Control ID that is read-only. |
Label |
You can specify a label for the menu bar.
The label is not visible in the user interface. This label is specific
to the application and is not stored in the |
Source Method |
Specify the name of the method used in the
code to call the menu bar, including its signature options, and layout
information. The method that calls the standard search menu bar is |
Event Value |
Specifies the event called when you select an option on the menu bar. For example, the event value for the search menu bar is search. |