Click or drag to resize

ZoomPanelZoomPanelHistoryItemsCollectionMoveNext Method

Goes to the next (newer) history item.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public void MoveNext()
Remarks

MoveBack goes to the previous (newer) history item.

This method can be called only after calling MoveBack method. It is possible to check if MoveNext method is available with the IsNextAvailable property.

See Also