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]

Property Values

  • 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

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

MaxLeft Property | MaxWidth Property | MinHeight Property | MinWidth Property | Scalemode Property

Applies To: Form | _SCREEN