Iconize (CanIconize)

Window property that determines whether the user can minimize the form or application window at run time, and enables the Minimize/Restore button in the title bar.

Value Description
Default Undefined. The default value is used.
True The user can minimize the window by clicking the Minimize/Restore button in the title bar or by selecting the appropriate option in the system menu.
False The user cannot minimize the window. The Minimize 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 in the title bar.

Related Topics