IActiveScriptSiteWindow
This interface is implemented by hosts that support a user interface on the same object as IActiveScriptSite . Hosts that do not support a user interface, such as servers, would not implement the IActiveScriptSiteWindow
interface. The scripting engine accesses this interface by calling QueryInterface
from IActiveScriptSite
.
Methods in Vtable Order
Method | Description |
---|---|
IActiveScriptSiteWindow::GetWindow | Retrieves the window handle that can act as the owner of a pop-up window that the scripting engine must display. |
IActiveScriptSiteWindow::EnableModeless | Causes the host to enable or disable its main window as well as any modeless dialog boxes. |