property Resizer.FormMaxHeight as Single
Retrieves or sets a value that indicates the maximum form height.

TypeDescription
Single A numeric value that indicates the maximum form height, in form coordinates.

The FormMaxHeight property specifies the maximum height for the form. If the FormMaxHeight is 0, the property is ignored. If the FormMaxHeight property is greater than 0, the user cannot resize the form such that the form's height is greater than the FormMaxHeight property. Use the FormMinHeight to set the minimum height for the form.