Spread Windows Forms 13.0 Product Documentation
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;}

    Property Value

    Boolean: true if can undo an action; false otherwise
    See Also