IHTMLDialog2 interface

Provides access to information about an HTML dialog box.

Members

The IHTMLDialog2 interface inherits from the IDispatch interface. IHTMLDialog2 also has these types of members:

  • Properties

Properties

The IHTMLDialog2 interface has these properties.

Property Description

resizable

Sets or gets the IHTMLDialog2::resizable property of the window.

status

Sets or gets the IHTMLDialog2::status property of the 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