Contents Index Topic Contents | ||
Previous Topic: IHTMLDDElement::get_noWrap Next Topic: IHTMLDialog::put_dialogTop |
IHTMLDialog
This interface provides access to information about an HTML dialog box.
The dialog object is the special window object created by the IHTMLWindow2::showModalDialog method. From within the dialog window, scripts reference the dialog object as the top-level window property. There is no such dialog property in the dialog.
IHTMLDialog Methods
put_dialogTop get_dialogTop put_dialogLeft get_dialogLeft put_dialogWidth get_dialogWidth put_dialogHeight get_dialogHeight get_dialogArguments put_returnValue get_returnValue close toString
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.