method ExMenu.RemoveAccelerator (ID as Long)
Removes the menu item's accelerator key.

TypeDescription
ID as Long A long expression that specifies the item's identifier whom accelerator is removed.

Use the RemoveAccelerator method to remove an accelerator key added using the AddAccelerator method. Use the ClearAccelerators method to remove all accelerators. Use the Remove method to remove an item. Use the Visible property to hide an item. Use the Enabled property to disable an item. The item's accelerator is disabled if the item is disabled or it is hidden.