ToolStripPanel.ToolStripPanelRowCollection Constructeurs
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.
Initialise une nouvelle instance de la classe ToolStripPanel.ToolStripPanelRowCollection.
Surcharges
ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel) |
Initialise une nouvelle instance de la classe ToolStripPanel.ToolStripPanelRowCollection pour le ToolStripPanel spécifié. |
ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel, ToolStripPanelRow[]) |
Initialise une nouvelle instance de la classe ToolStripPanel.ToolStripPanelRowCollection avec le nombre spécifié de lignes dans le ToolStripPanel spécifié. |
ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel)
Initialise une nouvelle instance de la classe ToolStripPanel.ToolStripPanelRowCollection pour le ToolStripPanel spécifié.
public:
ToolStripPanelRowCollection(System::Windows::Forms::ToolStripPanel ^ owner);
public ToolStripPanelRowCollection (System.Windows.Forms.ToolStripPanel owner);
new System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection : System.Windows.Forms.ToolStripPanel -> System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection
Public Sub New (owner As ToolStripPanel)
Paramètres
- owner
- ToolStripPanel
ToolStripPanel qui contient ce ToolStripPanel.ToolStripPanelRowCollection.
S’applique à
ToolStripPanel.ToolStripPanelRowCollection(ToolStripPanel, ToolStripPanelRow[])
Initialise une nouvelle instance de la classe ToolStripPanel.ToolStripPanelRowCollection avec le nombre spécifié de lignes dans le ToolStripPanel spécifié.
public:
ToolStripPanelRowCollection(System::Windows::Forms::ToolStripPanel ^ owner, cli::array <System::Windows::Forms::ToolStripPanelRow ^> ^ value);
public ToolStripPanelRowCollection (System.Windows.Forms.ToolStripPanel owner, System.Windows.Forms.ToolStripPanelRow[] value);
new System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection : System.Windows.Forms.ToolStripPanel * System.Windows.Forms.ToolStripPanelRow[] -> System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection
Public Sub New (owner As ToolStripPanel, value As ToolStripPanelRow())
Paramètres
- owner
- ToolStripPanel
ToolStripPanel qui contient ce ToolStripPanel.ToolStripPanelRowCollection.
- value
- ToolStripPanelRow[]
Nombre de lignes dans l'objet ToolStripPanel.ToolStripPanelRowCollection.