Enum
KeyType

An enumeration that defines the type used to define the function that will be serving each BaseKeyViewModel instance.

Definition

Namespace:Telerik.Windows.Controls.VirtualKeyboard

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public enum KeyType

Fields

Lock

Used for toggle lock keys like Caps lock, Num lock, Scroll lock.

Declaration

cs-api-definition
Lock = 4

Field Value

KeyType

Modifier

Used for toggle modifier keys like Ctrl, Shift, Alt.

Declaration

cs-api-definition
Modifier = 3

Field Value

KeyType

Normal

Regular key with one or two symbols.

Declaration

cs-api-definition
Normal = 0

Field Value

KeyType

Numpad

The key changes its text/symbol and action when NumLock is altered.

Declaration

cs-api-definition
Numpad = 2

Field Value

KeyType

Special

Key that are not toggleable, but represent a command. For example: Tab, Enter, Backspace, PageUp/PageDown.

Declaration

cs-api-definition
Special = 1

Field Value

KeyType

In this article
DefinitionFieldsLockModifierNormalNumpadSpecial
Not finding the help you need?
Contact Support