HTMLDialogOptions Enumeration

Version: 2.0
Enumerate HTML Dialog options

GUID: {673A9FF0-9A0B-11D4-B2A4-FD6847C75367}

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