MouseHoverEventArgs::TextPosition Property

 

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

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public:
property IMappingPoint^ TextPosition {
	IMappingPoint^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text::IMappingPoint^

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

Return to top
Show: