Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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