The MenuBar object controls the appearance of the buttons that a user will click on in order to display the Menu Groups.
The MenuBar object is capable of displaying in serveral modes (or not at all).
- Relative Horizontal
The MenuBar appears in the same location that you place the code, oriented horizontally.
- Relative Vertical
The MenuBar appears in the same location that you place the code, oriented vertically.
- Drag & Dock Horizontal
The MenuBar appears in an absolute position of the page and can be dragged or docked.
- No MenuBar
No MenuBar is rendered. Instead, use client-side JavaScript functions to show and hide the menu groups.