UndoAction Enum

Definition

How the undo stack caused or is affected by a text change.

public enum class UndoAction
public enum UndoAction
type UndoAction = 
Public Enum UndoAction
Inheritance
UndoAction

Fields

Clear 4

This change will clear the undo stack.

Create 5

This change will create a new undo unit.

Merge 1

This change will merge into the previous undo unit.

None 0

This change will not affect the undo stack at all.

Redo 3

This change is the result of a call to Redo()

Undo 2

This change is the result of a call to Undo()

Applies to