Add()
|
Adds a new menu item to the end of the collection and returns the newly created object.
|
Add(T)
|
Adds the specified element to the end of the collection.
|
Add(T[])
|
Adds the specified elements to the end of the collection.
|
Add(String)
|
Adds a new item to the collection and specifies the item's display text.
|
Add(String, String)
|
Adds a new item to the collection and specifies the item's display text and name.
|
Add(String, String, String)
|
Adds a new menu item to the collection and specifies the item's display text, name and associated image.
|
Add(String, String, String, String)
|
Adds a new menu item to the collection and specifies the item's display text, name, associated image and URL.
|
Add(String, String, String, String, String)
|
Adds a new menu item to the collection and specifies the item's display text, name, associated image and URL as well as the target of the URL content.
|
AddRange(IEnumerable<T>)
|
Adds a collection of items to the end of the collection.
|
Assign(IAssignableCollection)
|
Copies the items from the specified IAssignableCollection-supported object to the current object.
|
Clear()
|
Clears the collection by removing all its items.
|
Contains(T)
|
Determines whether the collection contains the specified item.
|
ConvertAll<TOutput>(Converter<T, TOutput>)
|
For internal use only.
|
CopyTo(T[], Int32)
|
Copies the items from the collection to the specified array, starting at the specified index in the array object.
|
CopyTo(Array, Int32)
|
Copies the items from the collection to the specified array, starting at the specified index in the array object.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Find(Predicate<T>)
|
Returns the first element that matches the conditions defined by the specified predicate.
|
FindAll(Predicate<T>)
|
Returns all elements that match the conditions defined by the specified predicate.
|
FindAllRecursive(Predicate<T>)
|
Returns all elements that match the conditions defined by the specified predicate.
|
FindByName(String)
|
Returns an item object with the specified MenuItem.Name property value.
|
FindByText(String)
|