Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / UndoManager Class / CanUndo Property


In This Topic
    CanUndo Property (UndoManager)
    In This Topic
    Gets a value that indicates whether the UndoManager can undo an action.
    Syntax
    'Declaration
     
    Public ReadOnly Property CanUndo As Boolean
    'Usage
     
    Dim instance As UndoManager
    Dim value As Boolean
     
    value = instance.CanUndo
    public bool CanUndo {get;}
    See Also