KeyCustomText Property

Gets or sets string that Keyboard will send when user presses the Key.

Definition

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

Property Value

String

Remarks

If the CustomText is an empty string, Keyboard will send keystroke defined in MappedKey property.

See Also