Product Information > JADE Encyclopaedia of Classes – Volume 3 > Chapter 2 - Window Classes > minimumHeight

minimumHeight

Type: Integer

Availability: Read or write at any time

The minimumHeight property of the Form class contains the minimum height (in pixels) of the form. Use this property if you want to prevent users from resizing the form below the specified height. (For details about setting a minimum width, see the minimumWidth property.)

The minimum height is retained even if logic attempts to set the height of the form below the equivalent minimum height.

Windows imposes a minimum height and width so that the form caption buttons are always visible. The effective minimum sizes are therefore the maximum of the size imposed by Windows and the minimumHeight and minimumWidth values.