ToolBar.ToolBarButtonCollection(ToolBar) Constructeur
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 ToolBar.ToolBarButtonCollection et l'assigne à la barre d'outils spécifiée.
public:
ToolBarButtonCollection(System::Windows::Forms::ToolBar ^ owner);
public ToolBarButtonCollection (System.Windows.Forms.ToolBar owner);
new System.Windows.Forms.ToolBar.ToolBarButtonCollection : System.Windows.Forms.ToolBar -> System.Windows.Forms.ToolBar.ToolBarButtonCollection
Public Sub New (owner As ToolBar)
Paramètres
- owner
- ToolBar
ToolBar représentant le parent de la collection de contrôles ToolBarButton.
Remarques
En règle générale, vous ne créez pas de ToolBar.ToolBarButtonCollection constructeur et appelez explicitement son constructeur. En référençant la Buttons propriété du ToolBar contrôle, un ToolBar.ToolBarButtonCollection est créé. Vous pouvez ensuite accéder à ses propriétés et méthodes, puis affecter ToolBarButton des contrôles à la collection.