다음을 통해 공유


ICommandSource::RemoveCommandRangeHandler

Removes a group of command 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 message handlers, mapped to the command IDs specifed by cmdIDMin and cmdIDMax, from the command source object.

Requirements

Header: afxwinforms.h

See Also

Reference

ICommandSource Interface

ICommandSource::AddCommandRangeHandler