다음을 통해 공유


ICommandSource::RemoveCommandHandler

Removes a command handler from a command source object.

void RemoveCommandHandler(
   unsigned int cmdID
);

Parameters

  • cmdID
    The command ID.

Remarks

This method removes the command handler mapped to cmdID from the command source object.

Requirements

Header: afxwinforms.h

See Also

Reference

ICommandSource Interface

ICommandSource::AddCommandHandler