ENUMMARKERFLAGS 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 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
Name | Value | Description |
---|---|---|
EM_DEFAULT | 0 | Default settings. |
EM_ENTIREBUFFER | 1 | Ignore |
EM_ALLTYPES | 2 | Ignore |
EM_SORTDESCENDING | 4 | Sort in descending order. |
EM_SORTPRIORITY | 8 | Sort by marker priority. |
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_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. |
Remarks
COM Signature
From textmgr.idl: