DHTMLEDITING_CMD_ENTRY_FUNC_TYPE

Maps a command ID to an HTML editing command, message handler, and user interface element.

DHTMLEDITING_CMD_ENTRY_FUNC_TYPE(cmdID, dhtmlcmdID, member_func_name, elemType)

Parameters

  • cmdID
    The command ID (such as ID_EDIT_COPY).

  • dhtmlcmdID
    The HTML editing command to which cmdID maps (such as IDM_COPY).

  • member_func_name
    The name of the message-handler function to which the command is mapped.

  • elemType
    The user interface element type; one of AFX_UI_ELEMTYPE_NORMAL, AFX_UI_ELEMTYPE_CHECKBOX, or AFX_UI_ELEMTYPE_RADIO.

Example

See HTMLEdit Sample.

Requirements

Header: afxhtml.h

See Also

Concepts

MFC Macros and Globals

Reference

DHTMLEDITING_CMD_ENTRY

DHTMLEDITING_CMD_ENTRY_FUNC

DHTMLEDITING_CMD_ENTRY_TYPE

Other Resources

DHTML Editing Command Maps