LinsUICommandManager
class
It
is a static class which controls all commands.
§
Methods
1) public static bool
TryGetCommand(
long
lCommandID,
Out LinsUICommand command)
Parameters
lCommandID
Type:
long
The
unique ID of the command inquired.
command
Type:
LinsUICommand
The
command inquired, if it exists.
Return
It
returns true,
if the command whose unique ID is lCommandID
exists. It returns false,
if there is no any such command.