Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / Undo Method


In This Topic
    Undo Method (SuperEditBase)
    In This Topic
    Reverses the previous edit command.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Undo() 
    'Usage
     
    
    Dim instance As SuperEditBase
     
    instance.Undo()
    public virtual void Undo()
    See Also