Scope: Schematic editor
Object: CommandsManager Object
Prerequisites: None
Enables a command line command.
CommandsManager.CommandEnable(ByVal CommandName As String) As Boolean
The name of the command to enable.
As Boolean. True - the command has been enabled (success). False - the command could not be enabled (failure).
This method also works to enable commands that have been disabled by the CommandDisable Method (CommandsManager Object).