ICommandSource::RemoveCommandRangeHandler
Removes a group of command handlers from a command source object.
void RemoveCommandRangeUIHandler(
unsigned int cmdIDMin,
unsigned int cmdIDMax
);
Параметры
cmdIDMin
The beginning index of the command ID range.cmdIDMax
The ending index of the command ID range.
Заметки
This method removes a group of message handlers, mapped to the command IDs specifed by cmdIDMin and cmdIDMax, from the command source object.
Требования
Header: afxwinforms.h