ToolStripItemCollection::Item Property (Int32)

 

Gets the item at the specified index.

Namespace:   System.Windows.Forms
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
Return to top
Show: