IHTMLPopup interface
This interface implements an overlapped window typically used for ToolTips, drop-down menus, and other temporary windows that appear outside an application's main window.
Members
The IHTMLPopup interface inherits from the IDispatch interface. IHTMLPopup also has these types of members:
Methods
The IHTMLPopup interface has these methods.
| Method | Description |
|---|---|
| hide |
Closes the pop-up window. This method is not supported for Windows apps using JavaScript. |
| show |
Displays a pop-up window on the screen. This method is not supported for Windows apps using JavaScript. |
Properties
The IHTMLPopup interface has these properties.
| Property | Description |
|---|---|
|
Retrieves the HTML document in a given popup window. This property is not supported for Windows apps using JavaScript. | |
|
Retrieves a value indicating whether the popup window is open. This property is not supported for Windows apps using JavaScript. |
Requirements
|
Minimum supported client |
Windows XP |
|---|---|
|
Minimum supported server |
Windows 2000 Server |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also