Enum DFlags
Flags for dialog functions.
[Flags]
public enum DFlags
Namespace: Au.Types
Assembly: Au.dll
Fields
| Name | Description |
|---|---|
| CenterMouse | Show the dialog at the mouse position. |
| CenterOwner | Show the dialog in the center of the owner window. |
| CommandLinks | Display custom buttons as a column of command-links, not as a row of classic buttons. Command links can have multi-line text. The first line has bigger font. More info about custom buttons: dialog.Buttons. |
| ExpandDown | Show expanded text in footer. |
| MinimizeButton | Add Minimize button to the title bar. This flag is ignored if owner window specified. |
| NoTopmost | Don't make the dialog a topmost window, regardless of dialog.options.topmostIfNoOwnerWindow etc. |
| RawXY | x y are raw coordinates relative to the primary screen. More info: dialog.XY, dialog.InScreen. |
| Topmost | Make the dialog a topmost window (always on top of other windows), regardless of dialog.options.topmostIfNoOwnerWindow etc. If neither |
| Wider | Call dialog.Wider with width 700. |
| XCancel | Allow to cancel even if there is no Cancel button.
It adds X (Close) button to the title bar, and also allows to close the dialog with the |