HaoTermDoActionCanExecute(UserAction) Method |
Determines whether the specified action can be executed.
Namespace: Flex.Hal.TermAssembly: Flex.Hal.Term (in Flex.Hal.Term.dll) Version: 6.0.8219.1880
Syntax public bool DoActionCanExecute(
UserAction action
)
Public Function DoActionCanExecute (
action As UserAction
) As Boolean
Parameters
- action UserAction
- The action to check.
Return Value
BooleanTrue if the action can be executed; otherwise, false.
See Also