Click or drag to resize

AnnotationUndoManagerMerging Property

Gets a value indicating whether the manager is merging undos added into a single undo action.
Gets a value indicating whether the manager is merging undos added into a single undo action.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool Merging { get; }

Property Value

Type: Boolean
A value indicating if the manager is merging undos.

Property Value

Type: Boolean
A value indicating if the manager is merging undos.
Remarks
This property will be true between calls to the BeginUndoMerge and EndUndoMerge methods which allow multiple undos to be merged into a single undo action.
Remarks
This property will be true between calls to the BeginUndoMerge and EndUndoMerge(String) methods which allow multiple undos to be merged into a single undo action.
See Also