ToolStripPanel.ToolStripPanelRowCollection.Insert Méthode

Définition

Insère le ToolStripPanelRow spécifié à l'emplacement spécifié dans ToolStripPanel.ToolStripPanelRowCollection.

public:
 void Insert(int index, System::Windows::Forms::ToolStripPanelRow ^ value);
public void Insert (int index, System.Windows.Forms.ToolStripPanelRow value);
member this.Insert : int * System.Windows.Forms.ToolStripPanelRow -> unit
Public Sub Insert (index As Integer, value As ToolStripPanelRow)

Paramètres

index
Int32

Index de base zéro au niveau duquel insérer ToolStripPanelRow.

Exceptions

value a la valeur null.

S’applique à