IDocHostUIHandlerDispatch Interface
An interface to the Microsoft HTML parsing and rendering engine.
Important
This class and its members cannot be used in applications that execute in the Windows Runtime.
interface IDocHostUIHandlerDispatch : IDispatch
Members
Public Methods
Note
The links in the following table are to the INet SDK reference topics for the members of the IDocUIHostHandler interface. IDocHostUIHandlerDispatch has the same functionality as IDocUIHostHandler, with the difference being that IDocHostUIHandlerDispatch is a dispinterface whereas IDocUIHostHandler is a custom interface.
Called from MSHTML implementation of IOleInPlaceActiveObject::EnableModeless. Also called when MSHTML displays modal UI. |
|
Called on the host by MSHTML to allow the host to replace MSHTML's data object. |
|
Called by MSHTML when it is being used as a drop target to allow the host to supply an alternative IDropTarget. |
|
Called by MSHTML to obtain the host's IDispatch interface. |
|
Retrieves the UI capabilities of MSHTML host. |
|
Returns the registry key under which MSHTML stores user preferences. |
|
Called when MSHTML removes its menus and toolbars. |
|
Called from MSHTML implementation of IOleInPlaceActiveObject::OnDocWindowActivate. |
|
Called from MSHTML implementation of IOleInPlaceActiveObject::OnFrameWindowActivate. |
|
Called from MSHTML implementation of IOleInPlaceActiveObject::ResizeBorder. |
|
Called from MSHTML to display a context menu. |
|
Allows the host to replace MSHTML menus and toolbars. |
|
Called by MSHTML when IOleInPlaceActiveObject::TranslateAccelerator or IOleControlSite::TranslateAccelerator is called. |
|
Called by MSHTML to allow the host an opportunity to modify the URL to be loaded. |
|
Notifies the host that the command state has changed. |
Remarks
A host can replace the menus, toolbars, and context menus used by the Microsoft HTML parsing and rendering engine (MSHTML) by implementing this interface.
Requirements
The definition of this interface is available as IDL or C++, as shown below.
Definition type |
File |
---|---|
IDL |
ATLIFace.idl |
C++ |
ATLIFace.h (also included in ATLBase.h) |