Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

MenuItemCollection Members

MenuItemCollection overview

Public Instance Properties

Count (inherited from NavigationItemCollection) Gets the number of elements contained in the collection.
IsFixedSize (inherited from NavigationItemCollection) Gets a value indicating whether the collection has a fixed size. Always return false.
IsReadOnly (inherited from NavigationItemCollection) Gets a value indicating whether the collection is read only. Always return false.
IsSynchronized (inherited from NavigationItemCollection) Gets a value indicating whether access to the MenuItemCollection is synchronized (thread-safe). Always returns false.
Item Gets the menu item in the collection at specific index.
SyncRoot (inherited from NavigationItemCollection) Gets an object that can be used to synchronize access to the collection.

Public Instance Methods

AddOverloaded. Adds a MenuItem to the MenuItemCollection.
AddRange (inherited from NavigationItemCollection) Adds the elements of an ICollection to the end of the collection.
AddSeparator (inherited from NavigationItemCollection) Creates a separator and adds it into the collection.
Clear (inherited from NavigationItemCollection) Removes all items from the collection.
Contains Determines whether the MenuItemCollection contains the specific MenuItem.
CopyTo (inherited from NavigationItemCollection) Copies the elements of the collection to an Array, starting at a particular Array index.
CreateSeparator (inherited from NavigationItemCollection) Creates a separator item.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumerator (inherited from NavigationItemCollection) This class implements IEnumerator interface.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
IndexOf Determines the index of a specific MenuItem in the MenuItemCollection.
Insert Inserts a MenuItem into the MenuItemCollection at the specified position.
Remove Removes the first occurrence of a MenuItem from the MenuItemCollection.
RemoveAt (inherited from NavigationItemCollection) Removes the item at the specified index.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

MenuItemCollection Class | EO.Web Namespace


Direct link to this topic