KeyMappedKey Property

Gets or sets key stroke that Keyboard sends when user presses a Key

Definition

Namespace: BeeMobile.Keyboard
Assembly: BeeMobile.Keyboard.NET48 (in BeeMobile.Keyboard.NET48.dll) Version: 4.8.2.1
C#
public Keys MappedKey { get; set; }

Property Value

Keys

Remarks

If there is CustomString or SpecialKey defined, MappedKey property is not taken in account when sending key stroke at user press.

See Also