NativeDialog.modal

bool modal() @property

Get modal property.

Returns

Whether the window should be modal with respect to its transient parent.
void modal(bool propval) @property

Set modal property.

Parameters

propvalWhether the window should be modal with respect to its transient parent.