uncheck command

Examples


The uncheck command statement sets a command to the unchecked state. The command will appear unmarked in any menu or toolbar in which it is displayed.

Syntax

uncheck command command_name {, command_name}

Parameters

command_name – The name of the command to be unchecked.

Comments

Use the Command_GetBooleanProperty() function to find out whether a command is checked or unchecked.


Documentation Feedback