Click or drag to resize

HaoTermDoActionCanExecute(UserAction) Method

Determines whether the specified action can be executed.

Namespace: Flex.Hal.Term
Assembly: Flex.Hal.Term (in Flex.Hal.Term.dll) Version: 6.0.8219.1880
Syntax
public bool DoActionCanExecute(
	UserAction action
)

Parameters

action  UserAction
The action to check.

Return Value

Boolean
True if the action can be executed; otherwise, false.
See Also