MouseHoverEventArgs.TextPosition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.