C1MenuItemCollection Class Members
In This Topic
The following tables list the members exposed by C1MenuItemCollection.
Public Constructors
Public Properties
| | Name | Description |
 | Events | Events of C1MenuItemCollection Change. |
 | Item | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
Top
Public Methods
| | Name | Description |
 | Add | Adds new menu item to the end of the list. |
 | Clear | Removes all items from collection. |
 | Contains | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
 | CopyTo | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
 | IndexOf | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
 | Insert | Insert C1MenuItem item to specific position into the collection. |
 | Remove | Removes item from list. |
 | RemoveAt | Removes item from list by index. |
Top
Public Events
See Also