BCGControlBar Library for .NET
PopUndoActions Method




The number of actions to be removed from the Undo stack.
Removes the  specified number of action from the top of the Undo stack.
Returns an ArrayList object which contains a collection to actions to be undone.
Actual for the Undo button whose CustomUndoButton property is set to true.
Syntax
'Declaration
 
Public Function PopUndoActions( _
   ByVal index As Integer _
) As ArrayList
'Usage
 
Dim instance As SmartUndoButton
Dim index As Integer
Dim value As ArrayList
 
value = instance.PopUndoActions(index)
public ArrayList PopUndoActions( 
   int index
)
public: ArrayList* PopUndoActions( 
   int index
) 
public:
ArrayList^ PopUndoActions( 
   int index
) 

Parameters

index
The number of actions to be removed from the Undo stack.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SmartUndoButton Class
SmartUndoButton Members

Send Feedback