Enum UndoOptions
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v10.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 = 1Allows undo/redo operations.
GroupUndo = 2Specifies that last editing command should be undone together with any subsequent editing commands of the same type.
None = 0Specifies that no flags are in effect.
UndoAfterSave = 8Allows undo operation after a save.
Specifies that navigate operations can be undone.
UngroupBreaks = 16Specifies whether single break and unbreak operation should be undone rather than subsequent operations.