Поделиться через


ICommandSource::RemoveCommandHandler

Removes a command handler from a command source object.

void RemoveCommandHandler(
   unsigned int cmdID
);

Параметры

  • cmdID
    The command ID.

Заметки

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

Требования

Header: afxwinforms.h

См. также

Основные понятия

ICommandSource Interface

ICommandSource::AddCommandHandler