MenuBar
Represents a menu bar component.
The Wisej.NET MenuBar
control provides a menu structure for containers. It consists of MenuItem
objects representing individual menu commands or submenus. Each MenuItem
can trigger an application command or serve as a parent for submenu items.
For multilingual support, use the RightToLeft
property to display menu text appropriately for languages like Arabic.
Features
Attach to any Container
The MenuBar
control can be added to any Wisej.NET container, including Forms, Pages, and FlowLayoutPanels.

Auto Overflow
The AutoOverflow
property automatically displays an overflow icon when menu items exceed the container width.
Advanced
JavaScript Widget
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
Was this helpful?