HTMLDialogOptions enumeration lists bitwise flags passed to the
IDMApplication2.ShowDialog method.
Certainly, these options applies only to the HTML dialog boxes.
| Name | Value | Description |
| hdoModal | 1 | Dialog box is modal |
| hdoScrollable | 2 | WebBrowser has scrollbars |
| hdoVResizable | 4 | Dialog box may be resized vertically |
| hdoHResizable | 8 | Dialog box may be resized horizontally |
| hdoResizable | 12 | Dialog box is resizable |
| hdoEnableClose | 16 | Enable [x] button for modeless dialogs |
| hdoAutoCompact | 32 | Compactize inactive modeless dialog |
| hdoRaiseEvents | 64 | Fire (De)Activate events for modeless dialog |