This topic has not yet been rated - Rate this topic

IHTMLPainter interface

This custom interface provides methods to MSHTML so that it can draw a rendering behavior.

Members

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

Remarks

MSHTML calls the methods of IHTMLPainter whenever a rendered behavior needs to be redrawn or when a mouse click occurs on the element to which the behavior is attached. A rendering behavior must supply an implementation of this interface to MSHTML.

When a behavior is instantiated on a page, MSHTML automatically calls QueryInterface on the behavior's IElementBehavior interface, requesting an IHTMLPainter interface pointer to determine if the behavior is also a rendering behavior.

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

See also

Reference
IHTMLPaintSite
IHTMLPainterEventInfo
IHTMLPainterOverlay

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.