MARKERVISUAL2 Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
MV_SMARTTAG | 16384 | Marker for smart tags. |
MV_TRACK | 32768 | Marker for change tracking. |
MV_ROUNDEDBORDER | 65536 | Draw a rounded border. |
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. |
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_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. |