Click or drag to resize

ZoomPanelZoomPanelHistoryItemsCollectionMoveBack Method

Goes to the previous (older) history item.

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

MoveBack goes to the previous (older) history item.

It is possible to check if MoveBack method is available with the IsBackAvailable property.

See Also