[]
Configurates CanExecuteCommand. This method returns a Boolean value that determines whether the controller can execute the command.
public MenuCommandBuilder CanExecuteCommand(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
MenuCommandBuilder | Current builder. |
If this method returns false, the menu option is disabled.