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; }
Public ReadOnly Property Merging As Boolean
Get
Property Value
Type:
BooleanA 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 See Also