property Resizer.FormMaxWidth as Single
Retrieves or sets a value that indicates the maximum form width.

TypeDescription
Single A numeric value that indicates the maximum width for the form, in form coordinates.
The FormMaxWidth property specifies the maximum width for the form. If the FormMaxWidth is 0, the property is ignored. If the FormMaxWidth property is greater than 0, the user cannot resize the form such that the form's width is greater than the FormMaxWidth property. Use the FormMinWidth to set the minimum Width for the form.