Share via


DECLARE_DHTMLEDITING_CMDMAP

 

Declares a DHTML editing command map in a class.

Syntax

DECLARE_DHTMLEDITING_CMDMAP(
className
)

Parameters

  • className
    The name of the class.

Remarks

This macro is to be used in the definition of CHtmlEditView-derived classes.

Use BEGIN_DHTMLEDITING_CMDMAP to implement the map.

Example

See HTMLEdit Sample.

Requirements

Header: afxhtml.h

See Also

MFC Macros and Globals
DHTML Editing Command Maps