ToolStripPanel::ToolStripPanelRowCollection::RemoveAt Method (Int32)

 

Removes the ToolStripPanelRow at the specified index from the ToolStripPanel::ToolStripPanelRowCollection.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
void RemoveAt(
	int index
)

Parameters

index
Type: System::Int32

The zero-based index of the ToolStripPanelRow to remove.

.NET Framework
Available since 2.0
Return to top
Show: