Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following macros can be used to handle DHTML events in CDHtmlDialog-derived classes.
DHTML Event Map Macros
Marks the start of the DHTML event map. |
|
Marks the start of the DHTML event map. |
|
Declares the DHTML event map. |
|
Used to handle an event at the document level for a single HTML element. |
|
Used to handle an event fired by an ActiveX control. |
|
Used to handle an event at the document level for all HTML elements with a particular CSS class. |
|
Used to handle an event at the element level. |
|
Used to handle the onafterupdate event from an HTML element. |
|
Used to handle the onbeforeupdate event from an HTML element. |
|
Used to handle the onblur event from an HTML element. |
|
Used to handle the onchange event from an HTML element. |
|
Used to handle the onclick event from an HTML element. |
|
Used to handle the ondataavailable event from an HTML element. |
|
Used to handle the ondatasetchanged event from an HTML element. |
|
Used to handle the ondatasetcomplete event from an HTML element. |
|
Used to handle the ondblclick event from an HTML element. |
|
Used to handle the ondragstart event from an HTML element. |
|
Used to handle the onerrorupdate event from an HTML element. |
|
Used to handle the onfilterchange event from an HTML element. |
|
Used to handle the onfocus event from an HTML element. |
|
Used to handle the onhelp event from an HTML element. |
|
Used to handle the onkeydown event from an HTML element. |
|
Used to handle the onkeypress event from an HTML element. |
|
Used to handle the onkeyup event from an HTML element. |
|
Used to handle the onmousedown event from an HTML element. |
|
Used to handle the onmousemove event from an HTML element. |
|
Used to handle the onmouseout event from an HTML element. |
|
Used to handle the onmouseover event from an HTML element. |
|
Used to handle the onmouseup event from an HTML element. |
|
Used to handle the onresize event from an HTML element. |
|
Used to handle the onrowenter event from an HTML element. |
|
Used to handle the onrowexit event from an HTML element. |
|
Used to handle the onselectstart event from an HTML element. |
|
Used to handle an event at the document level for all elements with a particular HTML tag. |
|
Marks the end of the DHTML event map. |