MenuBar

Represents a menu bar component.

The MenuBar component represents a menu structure for containers. The menu is composed of MenuItem objects that represent the individual menu commands in the menu structure. Each MenuItem can be a command for your application or a parent menu for other submenu items.

For applications that will have support for multiple languages, you can use the RightToLeft property to display the text of the menu from right to left to support languages such as Arabic.

For a full list of properties, methods and events see the API documentation.

Features

Attach to any Container

The MenuBar component can be added to any container in Wisej. This includes Forms, Pages, FlowLayoutPanels, and more.

Auto Overflow

When set, the AutoOverflow property will automatically shown an icon when the listed MenuItems overflow off of the container.

Advanced

JavaScript Widget

ItemDescription

Class name

"wisej.web.MenuBar", "wiseej.web.menu.MenuBar".

Theme appearance

"menubar", see Themes.

Child components

"item" is the menu item, "overflow" is the overflow icon, when applicable. "separator" is the separator appearance.

Source code

Last updated