DHTML_EVENT_AXCONTROL

 

Handles the event identified by dispid fired by the ActiveX control identified by controlName.

Syntax

DHTML_EVENT_AXCONTROL(
dispid
, 
controlName
, 
memberFxn
 )

Parameters

  • dispid
    The dispatch ID of the event to be handled.

  • controlName
    An LPCWSTR holding the HTML ID of the control firing the event.

  • memberFxn
    The handler function for the event.

Remarks

Use this macro to add an entry to the DHTML event map in your class.

Requirements

Header: afxdhtml.h

See Also

MFC Macros and Globals
DHTML Event Maps
CDHtmlDialog Class