Need to hide maximize box only

  • Thread starter Thread starter Rafael Soteldo
  • Start date Start date
R

Rafael Soteldo

Hi there:

Is there a way to hide the maximize box, but keeping minimize and close box.

When I set the property ControlBox to false, all three boxes desapear.
 
Not hiding. But you can disable the MaximizeBox by settings the value
of Form.MaximizeBox to false.
 
Back
Top