System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection.Insert C# (CSharp) Méthode

Insert() public méthode

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