Show contents 

System > System Assembly Interfaces > IUndoRedo > IUndoRedo.Undo

IUndoRedo.Undo

Syntax

Undo([Count: Integer = 1]);

Parameters

Count. The number of operations.

Description

The Undo method cancels the specified number of completed actions.

Example

The example of use is given in description of the IUndoRedo.Enabled property.

See also:

IUndoRedo