BCGControlBar Library for .NET
ArrayActionsToUndo Property




Gets the ArrayList of actions to be undone. By means of this property a user can get the list of actions that should be currently undone. Actual for the SmartUndoButton whose CustomUndoButton property is set to true.
Syntax
'Declaration
 
Public Overridable Property ArrayActionsToUndo As ArrayList
'Usage
 
Dim instance As SmartUndoButton
Dim value As ArrayList
 
instance.ArrayActionsToUndo = value
 
value = instance.ArrayActionsToUndo
public virtual ArrayList ArrayActionsToUndo {get; set;}
public: __property virtual ArrayList* get_ArrayActionsToUndo();
public: __property virtual void set_ArrayActionsToUndo( 
   ArrayList* value
);
public:
virtual property ArrayList^ ArrayActionsToUndo {
   ArrayList^ get();
   void set (    ArrayList^ value);
}
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