MaximizeBox Property

Applies To
Form

Description
Gets or sets a value indicating whether the maximize button is displayed in the title bar of the form.

Usage

GGet Form.MaximizeBox, var  
GSet  Form.MaximizeBox, value  
Form
Name of a form or string variable containing a form name.
var
Boolean variable that will contain the value of the property.
value
Boolean expression for the new value of the property.

Values
False
True
Default: False

Remarks
A maximize button enables users to maximize a form to full screen.

See Also
Form, MinimizeBox

Example

GSet frmMain.MaximizeBox, True