DeviceObjectList.MoveNext() Method (Microsoft.DirectX.DirectInput)

Advances the enumerator to the next element of the collection.

Definition

Visual Basic Overrides Public Function MoveNext() As Boolean
C# public override bool MoveNext();
C++ public:
virtual bool MoveNext() override;
JScript public override function MoveNext() : boolean;

Return Value

System.Boolean