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