ZoomPanelZoomPanelHistoryItemsCollectionIsSuspended Property |
Gets a boolean that specifies if adding new items is currently suspended.
Namespace:
Ab2d.Controls
Assembly:
Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntaxpublic bool IsSuspended { get; }
Property Value
Type:
Boolean
Remarks
To suspend adding new items call the Suspend method.
To resume suspended state call the Resume method.
See Also