Retrieves the current status of the specified command, whether it is enabled and checked.
nStatus = editor.QueryStatusByID( nID );
nStatus = editor.QueryStatusByID( nID )
nID
Specifies an integer indicating the Command ID to execute. See the Command Reference for the list of available commands. Not all commands may be available or supported.
Returns a combination of the following values.
eeStatusEnabled |
The command is enabled. |
eeStatusLatched |
The command is checked. |
Supported on EmEditor Professional Version 4.00 or later.