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]

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 doesn't 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

Applies To: Form | _SCREEN