DeviceCaps.DeviceType Property (Microsoft.DirectX.DirectInput)

Device type specifier. This member can contain values identical to those in the dwDevType member of the Dideviceinstance structure.

Definition

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

Property Value

Microsoft.DirectX.DirectInput.DeviceType

This property is read-only.