MARKERBEHAVIORFLAGS2 Enum

Definition

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

MB_DONT_DELETE_IF_ZEROLEN 16

Marker does not delete itself even if text span has zero length.

MB_INHERIT_BACKGROUND 64

The marker leaves the background color unchanged, inheriting from whatever is "behind" it.

MB_INHERIT_FOREGROUND 32

The marker leaves the foreground 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:

Applies to