GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoUndoManager Class / UndoEditIndex Property
In This Topic
    UndoEditIndex Property
    In This Topic
    Gets the index into AllEdits for the current undoable edit.
    Syntax
    public int UndoEditIndex {get;}

    Property Value

    -1 if there's no undoable edit to be undone.
    See Also