TRY
Expand Minimize
This topic has not yet been rated - Rate this topic

DHTML_EVENT_AXCONTROL

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

DHTML_EVENT_AXCONTROL(dispid, controlName, memberFxn )
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.

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

Header: afxdhtml.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.