KeyboardControlPerformClick Method

Performs simulated click event on a given key.

Definition

Namespace: BeeMobile.Keyboard
Assembly: BeeMobile.Keyboard.NET48 (in BeeMobile.Keyboard.NET48.dll) Version: 4.8.2.1
C#
public virtual bool PerformClick(
	Key aKey
)

Parameters

aKey  Key
Key on which the click should be performed.

Return Value

Boolean
Returns true when the key was sent successfully; otherwise false.

See Also