[]
        
(Showing Draft Content)

C1.Win.C1Editor.Internal.History.Undo

Undo Method

Undo(int)

Undo a given number of operations.

Declaration
public void Undo(int count)
Public Sub Undo(count As Integer)
Parameters
Type Name Description
int count

Number of operations to undo.

Undo()

Undo the last operation.

Declaration
public void Undo()
Public Sub Undo()