Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides options for drawing the glyph in the widget margin.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration GLYPHDRAWFLAGS
[FlagsAttribute]
public enum GLYPHDRAWFLAGS
[FlagsAttribute]
public enum class GLYPHDRAWFLAGS
[<FlagsAttribute>]
type GLYPHDRAWFLAGS
public enum GLYPHDRAWFLAGS
Members
Member name | Description | |
---|---|---|
GDF_DEFAULT | Single-line glyph. | |
GDF_MULTILINE | Multi-line glyph. | |
GDF_TOPEDGE | Top line glyph specifying the beginning of a multi-line span of text. | |
GDF_BOTTOMEDGE | 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: