KeyboardControlSelectKeyByName Method

Selects key by given name.

Definition

Namespace: BeeMobile.Keyboard
Assembly: BeeMobile.Keyboard.NET48 (in BeeMobile.Keyboard.NET48.dll) Version: 4.8.2.1
C#
public virtual bool SelectKeyByName(
	string aKeyName
)

Parameters

aKeyName  String
String that represents the key.

Return Value

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

See Also