Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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_SMARTTAG | Marker for smart tags. | |
MV_TRACK | Marker for change tracking. | |
MV_ROUNDEDBORDER | Draw a rounded border. | |
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_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. |