ICommandSource::RemoveCommandUIHandler

Removes a user interface command message handler from a command source object.

void RemoveCommandUIHandler( 
   unsigned int cmdID 
);

Parameters

  • cmdID
    The command ID.

Remarks

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

Requirements

Header: afxwinforms.h

See Also

Reference

ICommandSource Interface

ICommandSource::AddCommandUIHandler