ActionCollection.Item Property (Microsoft.DirectX.DirectInput)

Definition

Visual Basic Public Property Item( _
    ByVal index As Integer _
) As Action
C# public Action this[
    int index
] { get; set; }
C++ public:
property Action^ default [int] {
        Action^ get(int index);
        void set(int index, Actionvalue);
}
JScript In JScript, you can use indexed properties, but you cannot define your own.

Parameters

index System.Int32

Property Value

Microsoft.DirectX.DirectInput.Action

This property is read/write.