DeviceImageInformationHeader.Buttons Property (Microsoft.DirectX.DirectInput)

DWORD variable that receives the number of buttons on the device.

Definition

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

Property Value

System.Int32

This property is read-only.