Scope: Schematic editor
Object: CommandsManager Object
Prerequisites: None
Revokes a previously registered command.
CommandsManager.UnregisterOLECommand(ByVal CommandName As String, ByVal ClientDispatch As Object) As Boolean
This is the unique name for the command.
Client object which gets invoked when the command is executed.
As Boolean. True - The command was successfully unregistered. False - The command could not be unregistered.