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.

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

Item
Description

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

Last updated

Was this helpful?