Maximize

Determines whether the user can maximize and restore the size of the form or application window using the Maximize/Restore button in the title bar.

CanZoom=Default | True | False

Value

Description

Default

Undefined. The default value is used.

True

The user can maximize the window by clicking the Maximize/Restore button in the title bar or selecting the appropriate option from the system menu.

False

The user cannot maximize the window. The Maximize button (if visible) is disabled.

Usage

Dynamic?

No

Dependencies:

Caption and System Menu must be True.

If both Maximize and Iconize properties are False, the Minimize/Restore and Maximize/Restore buttons are not displayed at all.

Related Topics