Class dialog.options
Default options used by dialog class functions.
public static class dialog.options
Namespace: Au
Assembly: Au.dll
Properties
| Name | Description |
|---|---|
| autoOwnerWindow | If owner window not specified, use the active or top window of current thread as owner window (disable it, etc). |
| defaultScreen | Show dialogs on this screen when screen is not explicitly specified (property dialog.Screen or parameter screen) and there is no owner window. The screen must be lazy or empty. |
| defaultTitle | Default title bar text.
Default value - script.name. In exe it is exe file name like |
| rtlLayout | Right-to-left layout. |
| timeoutTextFormat | Timeout text format string. |
| topmostIfNoOwnerWindow | If there is no owner window, let the dialog be always on top of most other windows.
Default |
| useAppIcon | If icon not specified, use DIcon.App. |