DeviceObjectInstance.Flags Property (Microsoft.DirectX.DirectInput)

Flags describing other attributes of the data format. This value can be one of the following:

Definition

Visual Basic Public Property Flags As Integer
C# public int Flags { get; set; }
C++ public:
property int Flags {
        int get();
        void set(int value);
}
JScript public function get Flags() : int
public function set Flags(int);

Property Value

System.Int32

This property is read/write.