MenuBar
Represents a menu bar component.
Last updated
Was this helpful?
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.
For a full list of properties, methods and events see the API documentation.
The MenuBar control can be added to any Wisej.NET container, including Forms, Pages, and FlowLayoutPanels.

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

