InterfaceIKeyUpdateContext
Interface
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.
IsAltActive
Gets or sets whether an Alt key is toggled.
IsCapsLockActive
Gets or sets whether the Caps Lock key is toggled.
IsControlActive
Gets or sets whether a Control key is toggled.
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
IsScrollLockActive
Gets or sets whether the Scroll Lock key is toggled.
IsShiftActive
Gets or sets whether a Shift key is toggled.
IsWindowsActive
Gets or sets whether a Windows key is toggled.
ModifierKeys
Gets the state of the Alt, Control, Shift, and Windows keys.
Declaration
cs-api-definition
ModifierKeys ModifierKeys { get; }
Property Value
ModifierKeys