Show / Hide Table of Contents

Class Keyboard

Represents the keyboard device.

Inheritance
System.Object
Keyboard
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Input
Assembly: OpenSilver.dll
Syntax
public static class Keyboard

Properties

| Improve this Doc View Source

Modifiers

Gets the set of ModifierKeys that are currently pressed.

Declaration
public static ModifierKeys Modifiers { get; }
Property Value
Type Description
ModifierKeys
  • Improve this Doc
  • View Source