IHTMLEditDesigner interface

Provides methods that enable clients using the editor to intercept Windows Internet Explorer events so that they can change the default behavior of the editor.

Members

The IHTMLEditDesigner interface inherits from the IUnknown interface. IHTMLEditDesigner also has these types of members:

  • Methods

Methods

The IHTMLEditDesigner interface has these methods.

Method Description
PostEditorEventNotify

Called by MSHTML after an event has been handled by the MSHTML Editor and any registered edit designers.

PostHandleEvent

Called by MSHTML after the MSHTML Editor has processed an event, so that the designer can provide its own event handling behavior.

PreHandleEvent

Called by MSHTML before the MSHTML Editor processes an event, so that the designer can provide its own event handling behavior.

TranslateAccelerator

Called by MSHTML to translate a key combination entered by a user into an appropriate command.

 

Remarks

IHTMLEditDesigner interfaces are registered to receive event notification using the IHTMLEditServices interface. When an IHTMLEditDesigner interface has been registered, MSHTML calls its methods in response to Internet Explorer events.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IHTMLEditHost