SizeBox Property

Applies To   See Also

Specifies whether a form has a size box. Visual FoxPro for Macintosh only. Available at design time; read/write at run time.

Syntax

Object.SizeBox = lExpr

Settings

lExpr

The settings for the SizeBox property are as follows:

Setting Description
True (.T.) A size box appears in the lower-right corner of the form if the form's BorderStyle property is set to 3 (the default).
False (.F.) (Default) No size box appears in the form.

Remarks

The SizeBox provides a way for users to resize a form using the mouse. The size box can appear in a form only if the form's BorderStyle property is set to 3 (Sizable Border), which is the default for new forms.