GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoUndoManagerCompoundEdit Class / PresentationName Property
In This Topic
    PresentationName Property (GoUndoManagerCompoundEdit)
    In This Topic
    Gets the user-visible string description of this compound edit.
    Syntax
    public virtual string PresentationName {get; set;}
    Remarks
    This property is normally set to the value of GetPresentationName as part of EndTransaction. This property is used by the normal implementations of GoUndoManager.UndoPresentationName and GoUndoManager.RedoPresentationName for generating undo and redo specific descriptions for this compound edit.
    See Also