NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IUndoService.RedoActions

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
);

Parameters

actions
The number of actions to redo.

Remarks

If the number of available redos is less than the number requested, all the available redos are performed.

See Also

IUndoService Interface | IUndoService Members | System.ComponentModel.Design Namespace