MouseHoverEventArgs.TextPosition Property

Definition

The position mapped to the buffer graph of the character under the mouse at the time of the hover.

public:
 property Microsoft::VisualStudio::Text::IMappingPoint ^ TextPosition { Microsoft::VisualStudio::Text::IMappingPoint ^ get(); };
public:
 property Microsoft::VisualStudio::Text::IMappingPoint ^ TextPosition { Microsoft::VisualStudio::Text::IMappingPoint ^ get(); };
public Microsoft.VisualStudio.Text.IMappingPoint TextPosition { get; }
member this.TextPosition : Microsoft.VisualStudio.Text.IMappingPoint
Public ReadOnly Property TextPosition As IMappingPoint

Property Value

The position mapped to the buffer graph of the character under the mouse at the time of the hover.

Applies to