PagesEnumeratorTMoveNext Method

Advances the enumerator to the next available element of the collection.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public bool MoveNext()

Return Value

Boolean
Returns true if next Page available, otherwise false.

See Also