MenuBar
Wisej.Web.MenuBar
Last updated
Was this helpful?
Wisej.Web.MenuBar
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a menu bar component.
Initializes a new instance of the class.
: Enables the overflow handling which automatically removes items that don't fit in the and adds them to a drop-down menu button. (Default: True
)
disposing
true when this method is called by the application rather than a finalizer.
Returns a collection of referenced components or collection of components.
items
e
e
e
e
e
e
Renders the client component.
config
Dynamic configuration object.
x
The new Left property value of the control.
y
The new Top property value of the control.
width
The new Width property value of the control.
height
Not used.
specified
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.
Allows an object to serialize itself.
: Returns or sets the border style of the control. (Default: None
)
: 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
)
:
: (Default: None
)
: Returns the collection of objects associated with the menu.
Disposes of the resources (other than memory) used by the .
Fires the event.
An that contains the event data.
Fires the event.
A that contains the event data.
Fired the event.
A that contains the event data.
Fires the event.
A that contains the event data.
Sets the specified bounds of the control.
A combination of the values.
Fired when a new menu item is added to the .
Fired when a menu item is clicked.
Fired when a menu item is removed from the .
All wisej controls derived from the class must implement this interface.