Click or drag to resize

ZoomPanelHistoryItems Property

Provides access to the collection of history items and methods to navigate the history.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public ZoomPanelZoomPanelHistoryItemsCollection HistoryItems { get; }

Property Value

Type: ZoomPanelZoomPanelHistoryItemsCollection
Remarks

HistoryItems is of type ZoomPanelZoomPanelHistoryItemsCollection and provides access to the collection of history items and methods to navigate the history.

NOTE: To enable saving history the IsHistoryEnabled property value must be set to true (by default it is set to false).

See Also