ICommandSource::RemoveCommandUIHandler

从命令源对象中移除用户界面命令消息处理程序。

void RemoveCommandUIHandler( 
   unsigned int cmdID 
);

参数

  • cmdID
    命令 ID。

备注

此方法从命令源对象中移除用户界面命令消息处理程序映射到 cmdID。

要求

Header: afxwinforms.h

请参见

参考

ICommandSource接口

ICommandSource::AddCommandUIHandler