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

DHTML_EVENT_ONRESIZE 

Handles (at the element level) the onresize event. This is a nonbubbling event.


DHTML_EVENT_ONRESIZE(elemName, memberFxn )

Parameters

elemName

An LPCWSTR holding the ID of the HTML element sourcing the event.

memberFxn

The handler function for the event.

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.