ActionFormat.Genre Property (Microsoft.DirectX.DirectInput)

DWORD value that specifies the genre of the application. For possible values, see ActionMappingConstants.

Definition

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

Property Value

System.Int32

This property is read/write.