Minimize the form

I have a form and a button.

I want to add a click event to the button to minimize the form ( the button to do the job that does the MinimizeBox).



Answer this question

Minimize the form

  • Xavier Arnau

    this.WindowState = FormWindowState.Minimized;



  • Minimize the form