MouseHoverEventArgs::Position Property

 

Gets the position in the snapshot span 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 int Position {
	int get();
}

Property Value

Type: System::Int32

The position in the snapshot span of the character under the mouse at the time of the hover.

Return to top
Show: