Enum UndoOperation
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Defines a type of the operation to undo.
public enum UndoOperation
Fields
Break = 2
Specifies operation that breaks text line into two lines.
Delete = 1
Specifies operation that deletes some text.
DeleteBlock = 5
Specifies operation that deletes some block of text.
Insert = 0
Specifies operation that inserts some text.
InsertBlock = 4
Specifies operation that inserts some block of text.
Specifies operation that navigates within text content.
Specifies operation that navigates within text content. (this operation is always undone, regardless of UndoOptions).
UnBreak = 3
Specifies operation that concatenates two text lines.
UndoBlock = 8
Specifies that subsequent undo operations will be undone at once.
Unknown = 9
Specifies unknown operation.