MaxTop Property

Applies To   See Also

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

Syntax

Object.MaxTop[ = nMaxTop]

Settings

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.