QueryStatusByID Method (Editor Object)¶
Retrieves the current status of the specified command, whether it is enabled
and checked. 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.¶
[JavaScript]¶
nStatus = editor.QueryStatusByID( nID );
[VBScript]¶
nStatus = editor.QueryStatusByID( nID )
Parameters¶
Return Values¶
Version¶