This method "undoes" the earlier action and restores the image to the previous state.
[Visual Basic]   imagekitcontrolname.Edit.Undo
[Visual C++]     imagekitcontrolname.GetEdit().Undo()
[VB.NET]   imagekitcontrolname.Edit.Undo()
[C#.NET]   imagekitcontrolname.Edit.Undo()

Parameters

None

Return Value

None

Explanation

The Undo method "undoes" the earlier action and restores the image to the previous state.

Executing this method is the same as using the popup menu of the editing toolbar and selecting "Undo". Instead of right clicking the mouse to display the popup menu, you can execute this method.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation