object.Remove(identifier as Long)
Removes a command from a voice-command menu created by the MenuCreate method.
· Example:
Call Vmenu.Remove(identifier)
object
Voice-menu object.
identifier
Identifier of the command to remove. This is the same unique identifier used by the Add method to add the command.
The Remove method calls the IVCmdMenu::Remove member function to remove the command from the menu.