hide command

Examples


The hide command statement makes the named command invisible every place it is displayed, such as a menu or toolbar.

Syntax

hide command command_name {,command_name}

Parameters

command_name – The name of the command to be hidden.

Comments

When a command is hidden, it can still be executed through scripts with the run command statement. It can also be accessed using the shortcut key defined for the command. To make a command inaccessible, use the disable command statement.


Documentation Feedback