IVsTextMarkerGlyphDropHandler Members
Include Protected Members
Include Inherited Members
A handler provided for markers whose glyphs (an icon indicating the position of a marker) support drag and drop.
The IVsTextMarkerGlyphDropHandler type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
DrawCandidateOutlineGlyph | Draws a shadow of the glyph in the widget margin at a potential destination line. |
![]() |
DropAtLocation | Tells the client to handle the glyph being dropped at the given location. |
![]() |
QueryDropLocation | Used to determine whether a given location is a valid drop destination. |
Top