Click or drag to resize

HaoTermDoActionCanExecute(HostKeyCode) Method

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

Parameters

key  HostKeyCode
The Key to check.

Return Value

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