ToolStripPanel.ToolStripPanelRowCollection.Add(ToolStripPanelRow) 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.
Ajoute le ToolStripPanelRow spécifié à ToolStripPanel.ToolStripPanelRowCollection.
public:
int Add(System::Windows::Forms::ToolStripPanelRow ^ value);
public int Add (System.Windows.Forms.ToolStripPanelRow value);
member this.Add : System.Windows.Forms.ToolStripPanelRow -> int
Public Function Add (value As ToolStripPanelRow) As Integer
Paramètres
- value
- ToolStripPanelRow
ToolStripPanelRow à ajouter à ToolStripPanel.ToolStripPanelRowCollection.
Retours
Position du ToolStripPanelRow dans ToolStripPanel.ToolStripPanelRowCollection.
Exceptions
value
a la valeur null
.