KeyInfo
Class
This class is used to represent information about the text for a single key. It holds information about the lower, shift, alt and capslock text that is displayed in the key based on the current state of keyboard.
Definition
Namespace:Telerik.WinControls.VirtualKeyboard
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class KeyInfo
Inheritance: objectKeyInfo
Constructors
C#
public KeyInfo()
Properties
Gets or sets the text being displayed when alt key is pressed.
C#
public string AltText { get; set; }
Gets or sets the text being displayed when CapsLock key is pressed.
C#
public string CapsLockText { get; set; }
Gets or sets the lower case text. This is the default text
C#
public string LowerText { get; set; }