Redoes the specified number of actions.
[Visual Basic] Sub RedoActions( _ ByVal actions As Integer _ ) [C#] void RedoActions( int actions ); [C++] void RedoActions( int actions ) = 0; [JScript] function RedoActions( actions : int );
If the number of available redos is less than the number requested, all the available redos are performed.
IUndoService Interface | IUndoService Members | System.ComponentModel.Design Namespace