ActionCollection.Remove(Action) Method (Microsoft.DirectX.DirectInput)

Removes the first occurrence of a specific object from the collection.

Definition

Visual Basic Public Sub Remove( _
    ByVal value As Action _
)
C# public void Remove(
    Action value
);
C++ public:
void Remove(
    Actionvalue
);
JScript public function Remove(
    value : Action
);

Parameters

value Microsoft.DirectX.DirectInput.Action