IVsTextLayerMarker Members
Include Protected Members
Include Inherited Members
The IVsTextLayerMarker type exposes the following members.
Methods
Name | Description | |
---|---|---|
DrawGlyph | Draws a glyph in the given DC & RECT. | |
DrawGlyphEx | ||
ExecMarkerCommand | ||
GetBehavior | Returns marker behavior. | |
GetCurrentSpan | Returns the current span position. | |
GetMarkerCommandInfo | ||
GetPriorityIndex | Returns the priority index. | |
GetTextLayer | ||
GetTipText | Returns tool tip text. | |
GetType | Returns marker type. | |
GetVisualStyle | Returns the visual style of a marker. | |
Invalidate | Prevents a marker from appearing in the UI. | |
IsInvalidated | ||
QueryClientInterface | Lets the caller knowwhether the marker was invalidated | |
ResetSpan | Resets marker position. | |
SetBehavior | ||
SetType | ||
SetVisualStyle | ||
UnadviseClient | Unadvise the client, if any. |
Top