ToolStripPanel::ToolStripPanelRowCollection::Item Property (Int32)
.NET Framework (current version)
Gets a particular ToolStripPanelRow within the ToolStripPanel::ToolStripPanelRowCollection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property ToolStripPanelRow^ default[ int index ] { virtual ToolStripPanelRow^ get(int index); }
Parameters
- index
-
Type:
System::Int32
The zero-based index of the ToolStripPanelRow within the ToolStripPanel::ToolStripPanelRowCollection.
Property Value
Type: System.Windows.Forms::ToolStripPanelRow^The ToolStripPanelRow of the ToolStripPanel::ToolStripPanelRowCollection as specified by the index parameter.
.NET Framework
Available since 2.0
Available since 2.0
Show: