ZoomPanelHistoryItemsCollection Methods |
The ZoomPanelZoomPanelHistoryItemsCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddItem |
Adds a new ZoomPanelHistoryItem to the history items collection.
|
![]() | Clear |
Clears all the saved history items.
|
![]() | GetItem |
Returns a ZoomPanelHistoryItem with the specified itemIndex (0: the latest (newest) item, (ItemsCount - 1): the last (oldest) item)
|
![]() | MoveBack |
Goes to the previous (older) history item.
|
![]() | MoveNext |
Goes to the next (newer) history item.
|
![]() | Resume |
Resumes saving and navigating history items. Call Suspend method to resume saving and navigating history items.
|
![]() | Suspend |
Suspends saving and navigating history items. Call Resume method to resume saving and navigating history items.
|