Property | Type | Description |
---|
Method | Description | |
---|---|---|
Execute ( IMenuCommand command ) : void |
Executes the command
|
|
QueryStatus ( IMenuCommand command ) : void |
Is the command visible and active? This is called when the user right-clicks.
|
public Execute ( IMenuCommand command ) : void | ||
command | IMenuCommand | Command initiating this action |
return | void |
public QueryStatus ( IMenuCommand command ) : void | ||
command | IMenuCommand | |
return | void |