Wisej.Web.Menu MenuItemCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Throws:
Adds an item to the list of items.
caption
The text of the new menu item.
Adds an item to the list of items.
caption
The text of the new menu item.
onClick
An event handler for the click event.
Adds an item to the list of items.
caption
The text of the new menu item.
items
List of child menu items.
Adds an item to the list of items.
item
The new menu item.
Adds an item to the list of items.
index
The index where to add/insert the new menu item.
item
Adds a collection of items to the list.
items
dispose
Indicates whether the removed items should be disposed.
Determines if the specified item is located within the collection.
value
An object representing the item to locate in the collection.
Determines if the specified item is located within the collection.
key
The key of the item to locate.
Copies the entire collection into an existing array of objects at a specified location within the array.
Finds all the items with a specific key.
Returns an enumerator that can be used to iterate through the item collection.
Retrieves the index within the collection of the specified item.
Throws:
Retrieves the index within the collection of the specified item.
Removes the specified item from the list.
Removes an item at the specified index.
Throws:
Removes the item with the specified key.