ToolStripPanel.ToolStripPanelRowCollection.Insert Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
- value
- ToolStripPanelRow
ToolStripPanelRow à insérer.
Exceptions
value
a la valeur null
.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.