Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoRedoManager Class / actionPending Field


In This Topic
    actionPending Field (UndoRedoManager)
    In This Topic
    Specifies whether an action is in progress (to prevent recursion).
    Syntax
    'Declaration
     
    
    Protected actionPending As Boolean
    'Usage
     
    
    Dim instance As UndoRedoManager
    Dim value As Boolean
     
    value = instance.actionPending
     
    instance.actionPending = value
    protected bool actionPending
    See Also