MaxTop Property

Specifies the distance a maximized form is from the top edge of the main Visual FoxPro window. Available at design time and run time.

Object.MaxTop[ = nMaxTop]

Return Value

  • nMaxTop
    Specifies the distance from the top edge of the main Visual FoxPro window to the top edge of the maximized form, in the unit of measurement specified by the ScaleMode property of the form.

Remarks

Applies To: Form | _SCREEN

This property is ignored in Visual FoxPro for the Macintosh.

Use the MaxTop property to ensure that a maximized form doesn't get moved too close to the top of the main Visual FoxPro window at run time.

See Also

Reference

MaxLeft Property

MaxWidth Property

MinHeight Property

MinWidth Property

ScaleMode Property

Other Resources

Properties (Visual FoxPro)