Désolé, comme je débute, ou se trouve le construteur du bouton ?
Est-ce ici ?
Code :
- // btnStart
- this.btnStart.Cursor = System.Windows.Forms.Cursors.Hand;
- this.btnStart.Location = new System.Drawing.Point(165, 13);
- this.btnStart.Name = "btnStart";
- this.btnStart.FlatStyle = FlatStyle.Flat; // Important
- this.btnStart.FlatAppearance.MouseOverBackColor = Color.Blue; // le bouton passera en bleu au passage de la souris
- this.btnStart.Size = new System.Drawing.Size(146, 44);
- this.btnStart.Style = MetroFramework.MetroColorStyle.Yellow;
- this.btnStart.TabIndex = 13;
- this.btnStart.Text = "Start";
- this.btnStart.Theme = MetroFramework.MetroThemeStyle.Dark;
- this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
|
Message édité par zollen777 le 20-05-2023 à 14:36:34