Class KeyType
An enumeration that defines the type used to define the function that will be serving each BaseKeyViewModel instance.
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
KeyType
|
Modifier
Used for toggle modifier keys like Ctrl, Shift, Alt.
Declaration
public const KeyType Modifier
Field Value
KeyType
|
Normal
Numpad
The key changes its text/symbol and action when NumLock is altered.
Declaration
public const KeyType Numpad
Field Value
KeyType
|
Special
Key that are not toggleable, but represent a command. For example: Tab, Enter, Backspace, PageUp/PageDown.
Declaration
public const KeyType Special
Field Value
KeyType
|
value__
Declaration
public int value__
Field Value
System.Int32
|