KeyCustomText Property
Gets or sets string that Keyboard will send when user presses the
Key.
Namespace: BeeMobile.KeyboardAssembly: BeeMobile.Keyboard.NET48 (in BeeMobile.Keyboard.NET48.dll) Version: 4.8.2.1
public string CustomText { get; set; }
Public Property CustomText As String
Get
Set
Property Value
String
If the CustomText is an empty string, Keyboard will send keystroke
defined in MappedKey property.