ENUMMARKERFLAGS Enum

Definition

Provides options for enumerating collections of markers.

This enumeration supports a bitwise combination of its member values.

public enum class ENUMMARKERFLAGS
public enum class ENUMMARKERFLAGS
enum ENUMMARKERFLAGS
[System.Flags]
public enum ENUMMARKERFLAGS
[<System.Flags>]
type ENUMMARKERFLAGS = 
Public Enum ENUMMARKERFLAGS
Inheritance
ENUMMARKERFLAGS
Attributes

Fields

EM_ALLTYPES 2

Ignore iMarker parameter.

EM_CONTAINED 64

Excludes any marker whose span is not fully contained within the given span. For example, say that you have a marker from column 0 to column 1 and a marker from column 1 to column 3. Given a span of 0-1, you return only the first marker; given span of 1-2, you return only the second marker. However, given a span of 0-2, you return both markers.

EM_DEFAULT 0

Default settings.

EM_ENTIREBUFFER 1

Ignore iPos and iLen parameters.

EM_GLYPHINSPAN 16

Return markers that have a margin glyph and that start on the same line as the specified span.

EM_INCLUDEINVISIBLE 32

Includes invisible markers, which are normally excluded.

EM_SORTDESCENDING 4

Sort in descending order.

EM_SORTPRIORITY 8

Sort by marker priority.

Remarks

COM Signature

From textmgr.idl:

Applies to