New to Telerik UI for WinFormsStart a free 30-day trial

A class that defines the string IDs used to localize the RadVirtualKeyboard control.

Definition

Namespace:Telerik.WinControls.VirtualKeyboard

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class VirtualKeyboardStringId

Inheritance: objectVirtualKeyboardStringId

Constructors

C#
public VirtualKeyboardStringId()

Fields

C#
public const string ErrorBoxTitle = "ErrorBoxText"
C#
public const string ErrorFileNotFoundMessage = "ErrorFileNotFoundText"
C#
public const string ErrorLoadingLayoutMessage = "ErrorLoadingLayoutText"
C#
public const string FormText = "FormText"
C#
public const string KeyAlt = "KeyAlt"
C#
public const string KeyAltGr = "KeyAltGr"
C#
public const string KeyBackspace = "KeyBackspace"
C#
public const string KeyCapsLock = "KeyCapsLock"
C#
public const string KeyDelete = "KeyDelete"
C#
public const string KeyDown = "KeyDown"
C#
public const string KeyEnd = "KeyEnd"
C#
public const string KeyEnter = "KeyEnter"
C#
public const string KeyEscape = "KeyEscape"
C#
public const string KeyF1 = "KeyF1"
C#
public const string KeyF10 = "KeyF10"
C#
public const string KeyF11 = "KeyF11"
C#
public const string KeyF12 = "KeyF12"
C#
public const string KeyF2 = "KeyF2"
C#
public const string KeyF3 = "KeyF3"
C#
public const string KeyF4 = "KeyF4"
C#
public const string KeyF5 = "KeyF5"
C#
public const string KeyF6 = "KeyF6"
C#
public const string KeyF7 = "KeyF7"
C#
public const string KeyF8 = "KeyF8"
C#
public const string KeyF9 = "KeyF9"
C#
public const string KeyHome = "KeyHome"
C#
public const string KeyInsert = "KeyInsert"
C#
public const string KeyLeft = "KeyLeft"
C#
public const string KeyLeftControl = "KeyLeftControl"
C#
public const string KeyLeftShift = "KeyLeftShift"
C#
public const string KeyLeftWin = "KeyLeftWin"
C#
public const string KeyNumLock = "KeyNumLock"
C#
public const string KeyNumpadEnter = "KeyNumpadEnter"
C#
public const string KeyPageDown = "KeyPageDown"
C#
public const string KeyPageUp = "KeyPageUp"
C#
public const string KeyRight = "KeyRight"
C#
public const string KeyRightControl = "KeyRightControl"
C#
public const string KeyRightShift = "KeyRightShift"
C#
public const string KeyRightWin = "KeyRightWin"
C#
public const string KeySpace = "KeySpace"
C#
public const string KeyTab = "KeyTab"
C#
public const string KeyUp = "KeyUp"