MenuBar
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a menu bar component.
- C#
- VB.NET
public class MenuBar : Control
Public Class MenuBar
Inherits 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)
Dock
DockStyle: (Default: None)
MenuItems
MenuItemCollection: Returns the collection of MenuItem objects associated with the menu.
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
| Name | Description |
|---|---|
| IBindableComponent | Bindable components implement this interface. |
| IDropTarget | Controls that support drag & drop operations implement this interface. |
| IWisejComponent | All wisej components implement this interface. |
| IWisejControl | All wisej controls derived from the Control class must implement this interface. |
| IWisejSerializable | Allows an object to serialize itself. |