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 KeyBackspace = "KeyBackspace"
C#
public const string KeyCapsLock = "KeyCapsLock"
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 KeyRightControl = "KeyRightControl"
C#
public const string KeyRightShift = "KeyRightShift"
C#
public const string KeyRightWin = "KeyRightWin"