Dialog

Determines whether the application window is treated as a Microsoft Windows dialog box, so the window is not resizable.

dialog=Default | True | False

Value

Description

Default

Undefined. The default value is used.

True

The application window is given the default Windows properties for a dialog box, so the window is not resizable

False

The application window is a normal window type and can be resized by dragging the window borders.

Usage

Dynamic?

No

Dependencies:

If Resizable is True, Dialog Type is set to False, and vice versa.

Related Topics