Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies which IHTMLPainterEventInfo methods should be called in response to successful hit-tests on the element to which a rendering behavior is attached.
Syntax
typedef enum _HTML_PAINT_EVENT_FLAGS {
HTMLPAINT_EVENT_TARGET = 0x0001,
HTMLPAINT_EVENT_SETCURSOR = 0x0002
} HTML_PAINT_EVENT_FLAGS;
Constants
HTMLPAINT_EVENT_TARGET
The IHTMLPainterEventInfo::GetEventTarget method should be called when a hit-test is successful.HTMLPAINT_EVENT_SETCURSOR
The IHTMLPainterEventInfo::SetCursor method should be called when a hit-test is successful.
Remarks
When implementing IHTMLPainterEventInfo::GetEventTarget, the values of this enumeration can be combined using the bit-wise OR operator (|).
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Mshtml.h |
IDL |
Mshtml.idl |