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

Properties

The IHTMLDialog3 interface has these properties.

Property Description

dialogHide

Sets or gets the IHTMLDialog3::dialogHide property of the dialog window.

unadorned

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

IDispatch

Reference

IHTMLWindow2::showModalDialog

IHTMLWindow3::showModelessDialog