Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • Valmond
    Participant
    Post count: 1
    in reply to: FlatButton Bug #9420

    You can fix this:

    private void Form1_Load(object sender, EventArgs e)
    {
    /// So /// bunifuFlatButton1.BackColor = Color.Maroon;

    /*Or so*/ bunifuFlatButton1.BackColor = Color.FromArgb(0, 0, 0);
    }

    But the bug is really unpleasant !!!

Viewing 1 post (of 1 total)