Device.Caps Property (Microsoft.DirectX.DirectInput)

Obtains the capabilities of the DirectInputDevice object.

Definition

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

Property Value

Microsoft.DirectX.DirectInput.DeviceCaps

This property is read-only.