Command Property (KeyboardItem Object)¶
Specifies the command ID. See the
Command Reference for the list of available
commands. Not all commands may be available or supported. Supported on EmEditor Professional Version 7.00 or later.¶
[JavaScript]¶
n = item.Command;
item.Command = n;
[VBScript]¶
n = item.Command
item.Command = n
Version¶