Menu::MenuItemCollection::Item Property (Int32)
.NET Framework (current version)
Retrieves the MenuItem at the specified indexed location in the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The indexed location of the MenuItem in the collection.
| Exception | Condition |
|---|---|
| ArgumentException | The value parameter is null. or The index parameter is less than zero. or The index parameter is greater than the number of menu items in the collection, and the collection of menu items is not null. |
To assign MenuItem objects to a specific location, or to retrieve them from the Menu::MenuItemCollection, you can reference the collection object with a specific index value. The index value of the Menu::MenuItemCollection is a zero-based index.
.NET Framework
Available since 1.1
Available since 1.1
Show: