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

DHTML_EVENT_ONMOUSEUP

Handles (at the document level) the onmouseup event originated by the HTML element identified by elemName.

DHTML_EVENT_ONMOUSEUP(elemName, memberFxn )

Parameters

elemName
An LPCWSTR holding the ID of the HTML element sourcing 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.

See Also

MFC Macros and Globals | DHTML Event Maps | CDHtmlDialog

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.