MenuBar
Wisej.Web.MenuBar
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.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. (Default: True
)
BorderStyle

BorderStyle: Returns or sets the border style of the MenuBar control. (Default: None
)
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. (Default: False
)
DefaultSize

Size:
Dock

DockStyle: (Default: None
)
MenuItems

MenuItemCollection: Returns the collection of MenuItem objects associated with the menu.
Methods
Dispose(disposing)

Disposes of the resources (other than memory) used by the MenuBar.
OnAddReferences(items)

Returns a collection of referenced components or collection of components.
OnBindingContextChanged(e)

Fires the BindingContextChanged event.
OnEnabledChanged(e)

OnMenuItemAdded(e)

Fires the MenuItemAdded event.
OnMenuItemClicked(e)

Fired the MenuItemClicked event.
OnMenuItemRemoved(e)

Fires the MenuItemRemoved event.
OnParentChanged(e)

OnWebRender(config)

Renders the client component.
SetBoundsCore(x, y, width, height, specified)

Sets the specified bounds of the MenuBar control.
Events
MenuItemAdded

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

MenuItemEventHandler Fired when a menu item is clicked.
MenuItemRemoved

MenuItemEventHandler Fired when a menu item is removed from the MenuItemCollection.
Implements
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Bindable components implement this interface.
Controls that support drag & drop operations 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?