DeviceInstance.Usage Property (Microsoft.DirectX.DirectInput)

If the device is a Human Interface Device (HID), this member contains the HID usage code.

Definition

Visual Basic Public ReadOnly Property Usage As Short
C# public short Usage { get; }
C++ public:
property short Usage {
        short get();
}
JScript public function get Usage() : short

Property Value

System.Int16

This property is read-only.