DECLARE_DHTML_EVENT_MAP

 

Declares a DHTML event map in a class definition.

Syntax

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.

fb98ae1f-0abe-486b-8047-5af3c6b70c47#vcrefdeclare_dhtml_event_map_crosslib declares the following function:

virtual const DHtmlEventMapEntry* GetDHtmlEventMap( );

Requirements

Header: afxdhtml.h

See Also

MFC Macros and Globals
DHTML Event Maps