JavaScript Editor js editor     Web development 



Main Page

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



JavaScript Editor js editor     Web development