This documentation is archived and is not being maintained.

MenuItemCollection Members

Represents a collection of menu items in a Menu control. This class cannot be inherited.

The MenuItemCollection type exposes the following members.

  NameDescription
Public method MenuItemCollection Overloaded. Initializes a new instance of the MenuItemCollection class.
Top

  NameDescription
Public method Add Appends the specified MenuItem object to the end of the current MenuItemCollection object.
Public method AddAt Inserts the specified MenuItem object in the current MenuItemCollection object at the specified index location.
Public method Clear Removes all items from the current MenuItemCollection object.
Public method Contains Determines whether the specified MenuItem object is in the collection.
Public method CopyTo Overloaded. Copies the contents of the current MenuItemCollection object.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that can be used to iterate through the items in the current MenuItemCollection object.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method IndexOf Determines the index of the specified MenuItem object in the collection.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Remove Removes the specified MenuItem object from the MenuItemCollection object.
Public method RemoveAt Removes the MenuItem object at the specified index location from the current MenuItemCollection object.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Public Extension Method AsQueryable Converts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension Method Cast Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension Method OfType Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Top

  NameDescription
Public property Count Gets the number of menu items contained in the current MenuItemCollection object.
Public property IsSynchronized Gets a value indicating whether access to the MenuItemCollection object is synchronized (thread safe).
Public property Item Gets the MenuItem object at the specified index in the current MenuItemCollection object.
Public property SyncRoot Gets an object that can be used to synchronize access to the MenuItemCollection object.
Top

  NameDescription
Explicit interface implemetation Private property IStateManager::IsTrackingViewState Infrastructure. Gets a value that indicates whether the MenuItemCollection object is saving changes to its view state.
Explicit interface implemetation Private method IStateManager::LoadViewState Infrastructure. Loads the MenuItemCollection object's previously saved view state.
Explicit interface implemetation Private method IStateManager::SaveViewState Infrastructure. Saves the changes to view state to an Object.
Explicit interface implemetation Private method IStateManager::TrackViewState Infrastructure. Instructs the MenuItemCollection object to track changes to its view state.
Top
Show: