VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Undo Namespace / CompositeUndoManager Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
CompositeUndoManager Class
In This Topic
Stores and manages the undo managers.
Object Model
UndoManager UndoManager UndoAction UndoAction IDataStorage CompositeUndoManager
Syntax
'Declaration

Public Class CompositeUndoManager
   Inherits UndoManager

public class CompositeUndoManager : UndoManager

Remarks

This class is not thread safe.

Inheritance Hierarchy

System.Object
   Vintasoft.Imaging.Undo.UndoManager
      Vintasoft.Imaging.Undo.CompositeUndoManager

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also