The Command_Reset() function returns the settings for a command back to their original state as defined in the dictionary.
Command_Reset(command_tag)
• command_tag – The integer tag value for the command being reset.
A boolean. The value true indicates the command was reset, while false indicates it was not.
The only characteristics affected are those in the command definition. Other characteristics, such as whether the command is visible or is checked are not affected.