DECLARE_DHTMLEDITING_CMDMAP

보기 전환:
ScriptFree
Visual Studio 2010 - Visual C++
DECLARE_DHTMLEDITING_CMDMAP

Declares a DHTML editing command map in a class.

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

Concepts

Other Resources