Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / UndoManager Class / CanUndo Property


In This Topic
    CanUndo Property (UndoManager)
    In This Topic
    Gets whether Undo 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