UnregisterCommand
Mac OSThe
UnregisterCommandmethod removes the association between the specified command ID and its menu/menu item designation.
void UnregisterCommand (in ODCommandID command);
command- The command ID to be unregistered. On the Mac OS platform, the command ID is defined as a signed 32-bit value.
SEE ALSO
TheODCommandIDtype (page 895).
TheODMenuBar::RegisterCommandmethod (page 407).