DeviceInstance.UsagePage Property (Microsoft.DirectX.DirectInput)

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

Definition

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

Property Value

System.Int16

This property is read-only.