KeyboardDeviceInfoKey Property
Gets or sets the key.
Namespace: DevCase.Core.IO.Devices.InputAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Keys Key { get; set; }
Public Property Key As Keys
Get
Set
Dim instance As KeyboardDeviceInfo
Dim value As Keys
value = instance.Key
instance.Key = value
public:
property Keys Key {
Keys get ();
void set (Keys value);
}
member Key : Keys with get, set
No code example is currently available or this language may not be supported.
Property Value
Keys
The key.