MaxLeft Property
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]
Return Value
- 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
Applies To: Form Object | _SCREEN System Variable
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.