Visual Studio 2010 - Visual C++
BEGIN_DHTMLEDITING_CMDMAP
Starts the definition of a DHTML editing command map within a class.
BEGIN_DHTMLEDITING_CMDMAP(className)
Parameters
Remarks
Add a DHTML editing command map to your class to map user interface commands to HTML editing commands.
Place the BEGIN_DHTMLEDITING_CMDMAP macro in the class's implementation (.cpp) file followed by DHTMLEDITING_CMD_ENTRY macros for the commands the class is to map (for example, from ID_EDIT_CUT to IDM_CUT). Use the END_DHTMLEDITING_CMDMAP macro to mark the end of the event map.
Requirements
Header: afxhtml.h
See Also