KeyboardControlSelectKeyByName Method
Selects key by given name.
Namespace: BeeMobile.KeyboardAssembly: BeeMobile.Keyboard.NET48 (in BeeMobile.Keyboard.NET48.dll) Version: 4.8.2.1
public virtual bool SelectKeyByName(
string aKeyName
)
Public Overridable Function SelectKeyByName (
aKeyName As String
) As Boolean
- aKeyName String
- String that represents the key.
BooleanReturns true when the key was selected successfully; otherwise false.