Spread Windows Forms 11.0 Product Documentation
actionPending Field (UndoManager)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > UndoManager Class : actionPending Field
Specifies whether an action is in progress (to prevent recursion).
Syntax
'Declaration
 
Protected actionPending As Boolean
'Usage
 
Dim instance As UndoManager
Dim value As Boolean
 
value = instance.actionPending
 
instance.actionPending = value
protected bool actionPending
See Also

Reference

UndoManager Class
UndoManager Members