ICommandManager.CanExecuteCommand method
Namespace: NextDesign.Desktop
Description
Check if the command with the specified identifier can be executed.
Returns true if executable.
This method is used to determine whether an extension can execute another extension.
argument
Name | Type | Description |
---|---|---|
commandIdentifier | string | command identifier |
Return value
- bool