0

I already disabled maximize and minimize buttons. Now i want to remove shrink button. How can i do that?

enter image description here

Pawan Nogariya
  • 8,330
  • 12
  • 52
  • 105
ardai
  • 33
  • 1
  • 7

1 Answers1

0

You need to use this code in the LoadEvent form the form:

base.MinimizeBox = false;

or

this.MinimizeBox = false;