MaxLeft Property

Applies To   See Also

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

Syntax

Object.MaxLeft[ = nMaxLeft]

Settings

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 doesn't get moved too far to the left in the main Visual FoxPro window at run time.