MinHeight Property

Specifies the minimum height that a form can be resized to. Available at design time and run time.

Object.MinHeight[ = nHeight]

Return Value

  • nHeight
    The minimum height that the form can be resized to, in the unit of measurement specified by the ScaleMode property of the form.

Remarks

Applies To: Form | _SCREEN

When the user sizes a form by choosing either the Size command from the Control menu or by dragging the borders of the form, the form does not become any shorter than the height specified in the MinHeight property setting.

The default setting for the MinHeight property setting is –1; no minimum height is specified.

See Also

Reference

MaxHeight Property

MaxWidth Property

MinWidth Property

ScaleMode Property

Other Resources

Events (Visual FoxPro)