MARKERBEHAVIORFLAGS2 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 for the MARKERBEHAVIORFLAGS enumeration.
This enumeration supports a bitwise combination of its member values.
public enum class MARKERBEHAVIORFLAGS2
public enum class MARKERBEHAVIORFLAGS2
enum MARKERBEHAVIORFLAGS2
[System.Flags]
public enum MARKERBEHAVIORFLAGS2
[<System.Flags>]
type MARKERBEHAVIORFLAGS2 =
Public Enum MARKERBEHAVIORFLAGS2
- Inheritance
-
MARKERBEHAVIORFLAGS2
- Attributes
Fields
Name | Value | Description |
---|---|---|
MB_DONT_DELETE_IF_ZEROLEN | 16 | Marker does not delete itself even if text span has zero length. |
MB_INHERIT_FOREGROUND | 32 | The marker leaves the foreground color unchanged, inheriting from whatever is "behind" it. |
MB_INHERIT_BACKGROUND | 64 | The marker leaves the background color unchanged, inheriting from whatever is "behind" it. |
MB_VIEW_SPECIFIC | 128 | The marker appears only in specific views. |
Remarks
COM Signature
From textmgr2.idl: