GLYPHDRAWFLAGS 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 drawing the glyph in the widget margin.
This enumeration supports a bitwise combination of its member values.
public enum class GLYPHDRAWFLAGS
public enum class GLYPHDRAWFLAGS
enum GLYPHDRAWFLAGS
[System.Flags]
public enum GLYPHDRAWFLAGS
[<System.Flags>]
type GLYPHDRAWFLAGS =
Public Enum GLYPHDRAWFLAGS
- Inheritance
-
GLYPHDRAWFLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
GDF_DEFAULT | 0 | Single-line glyph. |
GDF_MULTILINE | 1 | Multi-line glyph. |
GDF_TOPEDGE | 2 | Top line glyph specifying the beginning of a multi-line span of text. |
GDF_BOTTOMEDGE | 4 | Bottom line glyph specifying the ending of a multi-line span of text. |
Remarks
Use the GDF_TOPEDGE
and GDF_BOTTOMEDGE
values to draw a glyph that spans multiple lines. For example, to indicate a span of text from lines 3 through 8, draw an up arrow in the widget margin at line 3 (GDF_TOPEDGE
) and a down arrow in the widget margin at line 8 (GDF_BOTTOMEDGE
).
COM Signature
From textmgr.idl: