ICommandSource::RemoveCommandRangeUIHandler
Removes a group of user interface command message handlers from a command source object.
void RemoveCommandRangeUIHandler(
unsigned int cmdIDMin,
unsigned int cmdIDMax
);
Parameters
cmdIDMin
The beginning index of the command ID range.cmdIDMax
The ending index of the command ID range.
Remarks
This method removes a group of user interface command message handlers, mapped to the command IDs specifed by cmdIDMin and cmdIDMax, from the command source object.
Requirements
Header: afxwinforms.h