Action.How Property (Microsoft.DirectX.DirectInput)

When the structure is returned by Inputdevice9Buildactionmap, this member receives a value to indicate the mapping mechanism used by Microsoft® DirectInput® to configure the action. This memeber is ignored when the action map is passed to Inputdevice9Setactionmap. The following values are defined.

Definition

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

Property Value

Microsoft.DirectX.DirectInput.ActionMechanism

This property is read/write.