Click or drag to resize

HaoTermDoActionCanExecute Method (HostKeyCode)

Determines whether the specified key 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(
	HostKeyCode key
)

Parameters

key
Type: Flex.Hal.SettingsHostKeyCode
The Key to check.

Return Value

Type: Boolean
True if the key can be sent; otherwise, false.
See Also