IHTMLDialog3 interface
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
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 |
|
|
IDL |
|
|
DLL |
|
See also
Show: