Click or drag to resize

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
)

Parameters

action
Type: Flex.Hal.SettingsUserAction
The action to check.

Return Value

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