Enum KeyType
An enumeration that defines the type used to define the function that will be serving each IKey instance.
Namespace: Telerik.WinControls.VirtualKeyboard
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum KeyType
Lock
Used for toggle lock keys like Caps lock, Num lock, Scroll lock.
Modifier
Used for toggle modifier keys like Ctrl, Shift, Alt.
Normal
Regular key with one or two symbols.
Numpad
The key changes its text/symbol and action when NumLock is altered.
Special
Key that are not toggleable, but represent a command. For example: Tab, Enter, Backspace, PageUp/PageDown.