Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / UndoManager Class / actionCancelled Field


In This Topic
    actionCancelled Field
    In This Topic
    Specifies whether the pending action has been cancelled.
    Syntax
    'Declaration
     
    
    Protected actionCancelled As Boolean
    'Usage
     
    
    Dim instance As UndoManager
    Dim value As Boolean
     
    value = instance.actionCancelled
     
    instance.actionCancelled = value
    protected bool actionCancelled
    See Also