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.
Included for backwards compatibility with the Macintosh. Specifies whether a form has a size box. Available at design time; read/write at run time.
Object.SizeBox = lExpr
Property Values
- 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.
See Also
BorderStyle Property | ZoomBox Property
Applies To: Form