[]
        
(Showing Draft Content)

C1.Win.C1Editor.Internal.History.Redo

Redo Method

Redo(int)

Redo a given number of operations.

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

Number of operations to redo.

Redo()

Redo the last operation

Declaration
public void Redo()
Public Sub Redo()