ZoomBox Property

Visual Studio .NET 2003

Included for backward compatibility with the Macintosh. Specifies whether a form has a zoom box. Available at design time; read/write at run time.

Object.ZoomBox = lExpr

Property Values

lExpr
The settings for the ZoomBox property are as follows:
Setting Description
True (.T.) A zoom box appears in the upper-right corner of the form.
False (.F.) (Default) No zoom box appears in the form.

See Also

BorderStyle Property | SizeBox Property

Applies To: Form

Show: