DECLARE_DHTML_EVENT_MAP

Declares a DHTML event map in a class definition.

DECLARE_DHTML_EVENT_MAP( )

Remarks

This macro is to be used in the definition of CDHtmlDialog-derived classes.

Use BEGIN_DHTML_EVENT_MAP or BEGIN_DHTML_EVENT_MAP_INLINE to implement the map.

DECLARE_DHTML_EVENT_MAP declares the following function:

virtual const DHtmlEventMapEntry* GetDHtmlEventMap( );

Requirements

Header: afxdhtml.h

See Also

Concepts

MFC Macros and Globals

DHTML Event Maps