Microsoft DirectX 9.0 SDK Update (October 2004)

KeyboardState.Item Property

Language:

Note: This documentation is preliminary and is subject to change.

Definition

Visual Basic .NET Public ReadOnly Property Item( _
    ByVal index As Key _
) As Boolean
C# public bool this[
    Key index
] { get; }
Managed C++ public: __property bool get_Item(
    Key index
);
JScript .NET In JScript .NET, you can use indexed properties, but you cannot define your own.

Property Value

System.Boolean .

This property is read-only. 

Parameters

index Microsoft.DirectX.DirectInput.Key.

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center