Menu.MenuItemCollection Properties
.NET Framework 4.5
The Menu.MenuItemCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets a value indicating the total number of MenuItem objects in the collection. |
|
IsReadOnly | Gets a value indicating whether the collection is read-only. |
|
Item[Int32] | Retrieves the MenuItem at the specified indexed location in the collection. |
|
Item[String] | Gets an item with the specified key from the collection. |
| Name | Description | |
|---|---|---|
|
ICollection.IsSynchronized | Infrastructure. For a description of this member, see ICollection.IsSynchronized. |
|
ICollection.SyncRoot | Infrastructure. For a description of this member, see ICollection.SyncRoot. |
|
IList.IsFixedSize | Infrastructure. For a description of this member, see IList.IsFixedSize. |
|
IList.Item | Infrastructure. For a description of this member, see IList.Item. |