Paint.ToolBox.AddButtons C# (CSharp) Méthode

AddButtons() protected méthode

Creates all the buttons and adds them to our list of controls
protected AddButtons ( ToolboxLayoutDefinitionStandardToolsButtonsButton buttons ) : void
buttons Paint.ToolboxLayout.ToolboxLayoutDefinitionStandardToolsButtonsButton
Résultat void
        protected void AddButtons(ToolboxLayoutDefinitionStandardToolsButtonsButton[] buttons)
        {
            foreach (var buttonLayout in buttons)
            {
                this.AddButton(buttonLayout);
            }
        }