ToolStripItemCollection::Item Property (Int32)
.NET Framework (current version)
Gets the item at the specified index.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property ToolStripItem^ default[ int index ] { virtual ToolStripItem^ get(int index); }
Parameters
- index
-
Type:
System::Int32
The zero-based index of the item to get.
Property Value
Type: System.Windows.Forms::ToolStripItem^The ToolStripItem located at the specified position in the ToolStripItemCollection.
.NET Framework
Available since 2.0
Available since 2.0
Show: