Methods
| Name | Description | |
|---|---|---|
| Add | Adds a menu item. | |
| Clear | Clears the items from the list. | |
| Contains | Test is the list contains a specific menu item. | |
| Get | Gets the item at the specified index. | |
| GetCount | Gets the number of menu items. | |
| IndexOf | Gets the index of a menu item in the list. | |
| Insert | Inserts a menu item at a given index. | |
| Remove | Removes a menu item from the list. | |
| RemoveAt | Removes a menu item at the specified index. | |
| Set | Sets the menu item at the specified index. |