KeySendContext
Enum
An enumeration that defines the context that indicates the type of send key used in VirtualKeyboardKeySendingEventArgs and VirtualKeyboardKeySentEventArgs.
Definition
Namespace:Telerik.WinControls.VirtualKeyboard
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum KeySendContext
Fields
Send key is represented by a string.
C#
Text = 1
Send key is represented by its virtual key code.
C#
VirtualKey = 0