MARKERBEHAVIORFLAGS2 Enumeration
Visual Studio 2015
Provides additional members for the MARKERBEHAVIORFLAGS enumeration.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| MB_DONT_DELETE_IF_ZEROLEN | Marker does not delete itself even if text span has zero length. | |
| MB_INHERIT_BACKGROUND | The marker leaves the background color unchanged, inheriting from whatever is "behind" it. | |
| MB_INHERIT_FOREGROUND | The marker leaves the foreground color unchanged, inheriting from whatever is "behind" it. | |
| MB_VIEW_SPECIFIC | The marker appears only in specific views. |
From textmgr2.idl:
Show: