MARKERVISUAL2 Enumeration
Provides additional members to the MARKERVISUAL enumeration.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
Public Enumeration MARKERVISUAL2
public enum MARKERVISUAL2
public enum class MARKERVISUAL2
type MARKERVISUAL2
public enum MARKERVISUAL2
Members
Member name | Description | |
---|---|---|
MV_BOLDTEXT | Draw foreground text in bold. | |
MV_DISALLOWBGCHANGE | Indicates that the background color is not customizable. | |
MV_DISALLOWFGCHANGE | Indicates that the foreground color is not customizable. | |
MV_FORCE_CLOSEST_IF_HIDDEN | Forces a MB_MULTILINESPAN or MB_LINESPAN marker to paint to the closest viewable location on the line. This setting has no meaning if the marker is not MV_BORDER. | |
MV_ROUNDEDBORDER | Draw a rounded border. | |
MV_SELECT_WHOLE_LINE | Forces a MB_MULTILINESPAN or MB_LINESPAN marker to paint a full line even if part of the marker is hidden. This setting has no meaning if the marker is not MV_BORDER. | |
MV_SMARTTAG | Marker for smart tags. | |
MV_TRACK | Marker for change tracking. |