This topic has not yet been rated - Rate this topic

IHTMLPainterEventInfo interface

This custom interface provides methods to MSHTML so that a rendering behavior can provide certain special event handling.

Members

The IHTMLPainterEventInfo interface inherits from the IUnknown interface but does not have additional members.

Remarks

MSHTML calls the methods of IHTMLPainterEventInfo during a successful hit-test on a rendering behavior. These methods give a rendering behavior the opportunity to transfer events to other elements in a document and to change the insertion point icon.

When a rendering behavior is instantiated on a page, MSHTML automatically calls QueryInterface on the behavior's IHTMLPainter interface and requests an IHTMLPainterEventInfo interface pointer to determine if one is present. If it is, MSHTML will call the methods of IHTMLPainterEventInfo in conjunction with calls to IHTMLPainter::HitTestPoint.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtmled.dll

See also

Reference
IHTMLPainter
IHTMLPaintSite
IHTMLPainterOverlay

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.