Skip to main content
Version: 3.5

MenuBar

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents a menu bar component.

public class MenuBar : Control

Constructors

Initializes a new instance of the MenuBar class.

Properties

Instance memberAutoOverflow

Boolean: Enables the overflow handling which automatically removes items that don't fit in the MenuBar and adds them to a drop-down menu button. (Default: True)

Instance memberBorderStyle

BorderStyle: Returns or sets the border style of the MenuBar control. (Default: None)

Instance memberCausesValidation

Boolean: Returns or sets whether the control causes validation to be performed on controls that require to be validated when this control receives focus. (Default: False)

Instance memberDock

DockStyle: (Default: None)

MenuItemCollection: Returns the collection of MenuItem objects associated with the menu.

Events

MenuItemEventHandler Fired when a new menu item is added to the MenuItemCollection.

MenuItemEventHandler Fired when a menu item is clicked.

MenuItemEventHandler Fired when a menu item is removed from the MenuItemCollection.

Implements

NameDescription
IBindableComponentBindable components implement this interface.
IDropTargetControls that support drag & drop operations implement this interface.
IWisejComponentAll wisej components implement this interface.
IWisejControlAll wisej controls derived from the Control class must implement this interface.
IWisejSerializableAllows an object to serialize itself.