Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / UndoRedoManager Class / Clear Method


In This Topic
    Clear Method (UndoRedoManager)
    In This Topic
    Clears out current Undo and Redo stacks
    Syntax
    'Declaration
     
    
    Public Sub Clear() 
    'Usage
     
    
    Dim instance As UndoRedoManager
     
    instance.Clear()
    public void Clear()
    See Also