GLYPHDRAWFLAGS Enumeration
Visual Studio 2005
Provides options for drawing the glyph in the widget margin.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in microsoft.visualstudio.textmanager.interop.dll)
Assembly: Microsoft.VisualStudio.TextManager.Interop (in microsoft.visualstudio.textmanager.interop.dll)
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: