MARKERVISUAL2 Enum

Definition

Provides additional members to the MARKERVISUAL enumeration.

public enum class MARKERVISUAL2
public enum class MARKERVISUAL2
enum MARKERVISUAL2
public enum MARKERVISUAL2
type MARKERVISUAL2 = 
Public Enum MARKERVISUAL2
Inheritance
MARKERVISUAL2

Fields

MV_BOLDTEXT 131072

Draw foreground text in bold.

MV_DISALLOWBGCHANGE 262144

Indicates that the background color is not customizable.

MV_DISALLOWFGCHANGE 524288

Indicates that the foreground color is not customizable.

MV_FORCE_CLOSEST_IF_HIDDEN 1048576

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 65536

Draw a rounded border.

MV_SELECT_WHOLE_LINE 2097152

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 16384

Marker for smart tags.

MV_TRACK 32768

Marker for change tracking.

Applies to