Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides access to information about an HTML dialog box.
Members
The IHTMLDialog3 interface inherits from the IDispatch interface. IHTMLDialog3 also has these types of members:
- Properties
Properties
The IHTMLDialog3 interface has these properties.
| Property | Description |
|---|---|
Sets or gets the IHTMLDialog3::dialogHide property of the dialog window. |
|
Sets or gets the IHTMLDialog3::unadorned property of the dialog window. |
Remarks
The dialog object is the special window object created by the IHTMLWindow2::showModalDialog method and the IHTMLWindow3::showModelessDialog method. In the dialog window, scripts reference the dialog object as the top-level window property.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |
See also
Reference