KeyMappedKey Property
Gets or sets key stroke that Keyboard sends when user presses
a Key
Namespace: BeeMobile.KeyboardAssembly: BeeMobile.Keyboard.NET48 (in BeeMobile.Keyboard.NET48.dll) Version: 4.8.2.1
public Keys MappedKey { get; set; }
Public Property MappedKey As Keys
Get
Set
Property Value
Keys
If there is CustomString or SpecialKey defined,
MappedKey property is not taken in account when sending key stroke at user press.