Spread Windows Forms 12.0 Product Documentation
Undo Method (SuperEditBase)
Example 


FarPoint.Win Assembly > FarPoint.Win Namespace > SuperEditBase Class : Undo Method
Reverses the previous edit command.
Syntax
'Declaration
 
Public Overridable Sub Undo() 
'Usage
 
Dim instance As SuperEditBase
 
instance.Undo()
public virtual void Undo()
Remarks

Use this method to undo previous editing, such as typing or cutting a selection to the Clipboard.

Note: In some controls, the Undo method has no effect if the method is called after the control loses the focus. For example, if the user edits the contents of the control, then pushes a button control to undo the last edit, the Undo method might have no effect.

Example
control.Undo();
control.Undo()
See Also

Reference

SuperEditBase Class
SuperEditBase Members
Copy Method
Cut Method
Paste Method