Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the distance a maximized form is from the left edge of the main Visual FoxPro window. Available at design time and run time.
Object.MaxLeft[ = nMaxLeft]
Property Values
- nMaxLeft
Specifies the distance from the left edge of the main Visual FoxPro window to the left edge of the maximized form, in the unit of measurement specified by the ScaleMode property of the form.
Remarks
Use the MaxLeft property to ensure that a maximized form does not get moved too far to the left in the main Visual FoxPro window at run time.
See Also
MaxTop Property | MaxWidth Property | MinHeight Property | Scalemode Property