KeyboardControlPerformClick Method
Performs simulated click event on a given key.
Namespace: BeeMobile.KeyboardAssembly: BeeMobile.Keyboard.NET48 (in BeeMobile.Keyboard.NET48.dll) Version: 4.8.2.1
public virtual bool PerformClick(
Key aKey
)
Public Overridable Function PerformClick (
aKey As Key
) As Boolean
- aKey Key
- Key on which the click should be performed.
BooleanReturns true when the key was sent successfully; otherwise false.