System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.Insert C# (CSharp) Method

Insert() public method

public Insert ( int index, System.Windows.Forms.ToolStripPanelRow value ) : void
index int
value System.Windows.Forms.ToolStripPanelRow
return void
			public void Insert (int index, ToolStripPanelRow value)
			{
				base.Insert (index, value);
			}