Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal Namespace / History Class / Undo Method / Undo(Int32) Method
Number of operations to undo.

In This Topic
    Undo(Int32) Method
    In This Topic
    Undo a given number of operations.
    Syntax
    'Declaration
     
    Public Overloads Sub Undo( _
       ByVal count As System.Integer _
    ) 
    public void Undo( 
       System.int count
    )

    Parameters

    count
    Number of operations to undo.
    See Also