Class KeyType
An enumeration that defines the type used to define the function that will be serving each Base
Inheritance
Namespace: Telerik.Windows.Controls.VirtualKeyboard
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class KeyType : Enum
Fields
Lock
Used for toggle lock keys like Caps lock, Num lock, Scroll lock.
Declaration
public const KeyType Lock
Field Value
Modifier
Used for toggle modifier keys like Ctrl, Shift, Alt.
Declaration
public const KeyType Modifier
Field Value
Normal
Numpad
The key changes its text/symbol and action when NumLock is altered.
Declaration
public const KeyType Numpad
Field Value
Special
Key that are not toggleable, but represent a command. For example: Tab, Enter, Backspace, PageUp/PageDown.
Declaration
public const KeyType Special
Field Value
value__
Declaration
public int value__
Field Value
System.
|