TextTipData::CheckCaretPosition Method (IVsTextView^)
Visual Studio 2015
Dismisses the tool tip based on mouse proximity to something that has a tool tip.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- textView
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsTextView^
The view the text tip floats over.
The screen location where the user is interacting with the user interface artifact is called the caret. If the caret is located before the item that floats a tool tip or the caret is beyond the current position of the tool tip plus the length of the tool tip, dismiss the tip.
Show: