[]
The Spread menu item collection.
public sealed class MenuItemCollection : StateList<MenuItem>, IList<MenuItem>, ICollection<MenuItem>, IEnumerable<MenuItem>, IList, ICollection, IEnumerable, IStateManager
Public NotInheritable Class MenuItemCollection
Inherits StateList(Of MenuItem)
Implements IList(Of MenuItem), ICollection(Of MenuItem), IEnumerable(Of MenuItem), IList, ICollection, IEnumerable, IStateManager
| Name | Description |
|---|---|
| MenuItemCollection() | Initializes a new instance of the MenuItemCollection class. |
| MenuItemCollection(MenuItem) | Initializes a new instance of the MenuItemCollection class. |
| Name | Description |
|---|---|
| this[string] | Gets the MenuItem with the specified item text. |
| Name | Description |
|---|---|
| OnListChanged(ListChangedEventArgs) | Called when [list changed]. |