IVsPackageDefinedTextMarkerType Members
Include Protected Members
Include Inherited Members
Describes how a custom marker type behaves and appears to the user.
The IVsPackageDefinedTextMarkerType type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
DrawGlyphWithColors | Draws a glyph in the given display context and bounding rectangle using the provided colors. |
![]() |
GetBehaviorFlags | Controls how the marker tracks text when edits occur. |
![]() |
GetDefaultColors | Returns the default foreground and background colors for a marker. |
![]() |
GetDefaultFontFlags | Specifies additional modifications to text appearance determined by the marker. |
![]() |
GetDefaultLineStyle | Returns the default line attributes for a custom marker type. |
![]() |
GetPriorityIndex | Returns the priority index for the custom marker type, with the highest priority value receiving the topmost placement. |
![]() |
GetVisualStyle | Returns the appearance, location, and coloring of a custom marker type as a bit filed. |
Top