EnumKeySendContext
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:
cs-api-definition
public enum KeySendContext
Fields
Text
Send key is represented by a string.
VirtualKey
Send key is represented by its virtual key code.