VsTextTipWindow Interface
Visual Studio 2015
Provides a tip when the mouse pauses over a particular context stream in the core editor. See IVsTextTipWindow.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Dismiss() | Dismisses the tip window.(Inherited from IVsTextTipWindow.) |
![]() | GetContextStream(Int32, Int32) | Returns the context stream.(Inherited from IVsTextTipWindow.) |
![]() | GetSizePreferences(RECT[], TIPSIZEDATA[]) | Gets the size preferences for the tip window.(Inherited from IVsTextTipWindow.) |
![]() | Paint(IntPtr, RECT[]) | Paints the tip window.(Inherited from IVsTextTipWindow.) |
![]() | SetTextTipData(IVsTextTipData) | Sets the text tip.(Inherited from IVsTextTipWindow.) |
![]() | WndProc(IntPtr, UInt32, IntPtr, IntPtr) | Method information is not provided.(Inherited from IVsTextTipWindow.) |
Show:
