MenuBar
Wisej.Web.MenuBar
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Represents a menu bar component.
public class MenuBar : Control
Constructors
MenuBar()

Initializes a new instance of the MenuBar class.
Properties
AutoOverflow

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.
BorderStyle

BorderStyle: Returns or sets the border style of the MenuBar control.
CausesValidation

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

MenuItems

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

MenuItemEventHandler Fired when a menu item is clicked.
Implements
Bindable components implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
Last updated
Was this helpful?