Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / IUndo Interface / CanUndo Property


In This Topic
    CanUndo Property (IUndo)
    In This Topic
    Gets a value that indicates whether the command or operation can be undone.
    Syntax
    'Declaration
     
    ReadOnly Property CanUndo As Boolean
    'Usage
     
    Dim instance As IUndo
    Dim value As Boolean
     
    value = instance.CanUndo
    bool CanUndo {get;}
    See Also