MinimizeBox Property
Applies To
Form
Description
Gets or sets a value indicating whether the minimize button is displayed in the title bar of the form.
Usage
GGet Form.MinimizeBox, var
GSet Form.MinimizeBox, 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 minimize button enables users to minimize a form to an icon.
See Also
Form, MaximizeBox
Example
GSet frmMain.MinimizeBox, True