IElementBehaviorRender interface
TEnables a Dynamic HTML (DHTML) behavior to participate in the rendering of text and objects.
Members
The IElementBehaviorRender interface inherits from the IUnknown interface. IElementBehaviorRender also has these types of members:
- Methods
Methods
The IElementBehaviorRender interface has these methods.
Method | Description |
---|---|
Draw | Called by MSHTML to render the Dynamic HTML (DHTML) behavior. |
GetRenderInfo | Gets rendering information for the Dynamic HTML (DHTML) behavior. |
HitTestPoint | Gets a value that specifies whether the point is contained in the Dynamic HTML (DHTML) behavior. |
Remarks
This interface is available in Microsoft Internet Explorer 5, but is not supported in later versions. Instead, use the IHTMLPainter interface and the IHTMLPaintSite interface.
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |
DLL |
Mshtml.dll |