Share via


CCommandManager::ClearCmdImage

Deletes from the user map an element that has a specified command ID.

void ClearCmdImage(
    UINT uiCmd
);

Parameters

  • [in] uiCmd
    The command ID of an element in the map.

Remarks

The user map stores value pairs for user-defined images that consist of a command ID and an image index.

Requirements

Header: afxcommandmanager.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CCommandManager Class