Enum UndoOptions
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Defines undo/redo behaviour.
This enumeration has a FlagsAttribute
attribute that allows a bitwise combination of its member values.
[Flags]
public enum UndoOptions
Fields
AllowUndo = 1
Allows undo/redo operations.
GroupUndo = 2
Specifies that last editing command should be undone together with any subsequent editing commands of the same type.
None = 0
Specifies that no flags are in effect.
UndoAfterSave = 8
Allows undo operation after a save.
Specifies that navigate operations can be undone.
UngroupBreaks = 16
Specifies whether single break and unbreak operation should be undone rather than subsequent operations.