ToolStripPanel::ToolStripPanelRowCollection::Item Property (Int32)

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