Skip to main content

MenuBar

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.

info

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

Features

Attach to any Container

The MenuBar control can be added to any Wisej.NET container, including Forms, Pages, and FlowLayoutPanels.

MenuBar added to different container types

Auto Overflow

The AutoOverflow property automatically displays an overflow icon when menu items exceed the container width.

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 codehttps://github.com/iceteagroup/wisej-js