Interface
IKeyUpdateContext

Holds information about the state of the keyboard when updating the individual key view models.

Definition

Namespace:Telerik.Windows.Controls.VirtualKeyboard

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public interface IKeyUpdateContext

Properties

InvalidateCulture

Gets or sets whether the culture dependent information of keys should be retrieved anew.

Declaration

cs-api-definition
bool InvalidateCulture { get; set; }

Property Value

bool

IsAltActive

Gets or sets whether an Alt key is toggled.

Declaration

cs-api-definition
bool IsAltActive { get; set; }

Property Value

bool

IsCapsLockActive

Gets or sets whether the Caps Lock key is toggled.

Declaration

cs-api-definition
bool IsCapsLockActive { get; set; }

Property Value

bool

IsControlActive

Gets or sets whether a Control key is toggled.

Declaration

cs-api-definition
bool IsControlActive { get; set; }

Property Value

bool

IsNumLockActive

Gets or sets whether the Num Lock key is toggled.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704: Identifiers should be spelled correctly")]
bool IsNumLockActive { get; set; }

Property Value

bool

IsScrollLockActive

Gets or sets whether the Scroll Lock key is toggled.

Declaration

cs-api-definition
bool IsScrollLockActive { get; set; }

Property Value

bool

IsShiftActive

Gets or sets whether a Shift key is toggled.

Declaration

cs-api-definition
bool IsShiftActive { get; set; }

Property Value

bool

IsWindowsActive

Gets or sets whether a Windows key is toggled.

Declaration

cs-api-definition
bool IsWindowsActive { get; set; }

Property Value

bool

ModifierKeys

Gets the state of the Alt, Control, Shift, and Windows keys.

Declaration

cs-api-definition
ModifierKeys ModifierKeys { get; }

Property Value

ModifierKeys