KeyboardDeviceInfoKeyNum Property
Gets or sets the key number.
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 ushort KeyNum { get; set; }
Public Property KeyNum As UShort
Get
Set
Dim instance As KeyboardDeviceInfo
Dim value As UShort
value = instance.KeyNum
instance.KeyNum = value
public:
property unsigned short KeyNum {
unsigned short get ();
void set (unsigned short value);
}
member KeyNum : uint16 with get, set
No code example is currently available or this language may not be supported.
Property Value
UInt16
The key.