The MenuItemCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds a new menu item to the collection.
Public methodClear (Inherited from CollectionBase.)
Public methodContains
Checks whether the specified menu item is in the collection.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator (Inherited from CollectionBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Returns position of a menu item in the collection.
Public methodInsert
Inserts a menu item at a specified position.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnClear (Inherited from CollectionBase.)
Protected methodOnClearComplete (Inherited from CollectionBase.)
Protected methodOnInsert (Inherited from CollectionBase.)
Protected methodOnInsertComplete (Inherited from CollectionBase.)
Protected methodOnRemove (Inherited from CollectionBase.)
Protected methodOnRemoveComplete (Inherited from CollectionBase.)
Protected methodOnSet (Inherited from CollectionBase.)
Protected methodOnSetComplete (Inherited from CollectionBase.)
Protected methodOnValidate (Inherited from CollectionBase.)
Public methodRemove
Removes menu item from the collection.
Public methodRemoveAt (Inherited from CollectionBase.)
Public methodToArrayList
Converts menu item collection to ArrayList.
Public methodToJavaScript
Public methodToString (Inherited from Object.)

See Also