Showing posts with label Command Manager. Show all posts
Showing posts with label Command Manager. Show all posts

Friday, February 13, 2015

LinsUICommandManager


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.