HTML_PAINT_EVENT_FLAGS enumeration

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

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