The C1MenuItemCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds an UIElement to the list.
Public methodClear
Removes all items from the list.
Public methodContains
Contains
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Returns index of element. Returns index -1 if collection does not contains C1MenuItemBase the element.
Public methodInsert
Inserts an C1MenuItem at a specified index.
Public methodRemoveAt
Removes the UIElement at the specified index from the list.
Public methodRemoveRange
Removes a range of items from the list.
Public methodReverse
Reverses the order of the items in the list or a portion of it.
Public methodToLocaleString (Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also