Menu
Wisej.Web.Menu
Last updated
Was this helpful?
Wisej.Web.Menu
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents the base functionality for all menus.
: Returns or sets the description that will be reported to accessibility client applications. It is assigned to the "alt" attribute of the browser element.
: Returns or sets the name of the control for use by accessibility client applications. It is assigned to the "name" attribute of the browser element.
: Returns or sets the accessible role of the menu item that will be reported to accessibility client applications. It is assigned to the "role" attribute of the browser element.
source
Throws:
All wisej components implement this interface.
Allows an object to serialize itself.
: Returns a value indicating whether this menu contains any menu items. This property is read-only.
: Returns the child menu item that is used to display a list of multiple document interface (MDI) child forms.
: Returns the collection of objects associated with the menu.
: Returns or sets the name of the .
: Returns or sets user-defined data associated with the control.
Returns the that contains this menu.
Returns: . The that contains this menu. The default is null.
Returns the that contains this menu.
Returns: . The that contains this menu.
Returns the that contains this menu.
Returns: . The that contains this menu.
Merges the objects of one menu with the current menu.
The whose menu items are merged with the menu items of the current menu.
It was attempted to merge the menu with itself.
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 .
Represents an individual menu item that is displayed within a or and always shows a checkbox next to the label.
Represents a context menu associated to a .
Represents an individual menu item that is displayed within a or rendered using the link element to let the browser process the specified URL.
Represents the main menu in a .
Represents an individual item that is displayed within a or .