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