CHANGE_HIDDEN_REGION_FLAGS Enumeration
Visual Studio 2015
Specifies whether the region is added to the undo/redo stack.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Member name | Description | |
|---|---|---|
| chrDefault | The region can be undone. | |
| chrNonUndoable | The region is not added to undo/redo stack (for example, for initial presentation). |
Show: