VsTextTipWindow Interface

 

Provides a tip when the mouse pauses over a particular context stream in the core editor. See IVsTextTipWindow.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

[GuidAttribute("A6ACCB2F-1E0D-458B-A878-D40EB89C1DF4")]
public interface VsTextTipWindow : IVsTextTipWindow

NameDescription
System_CAPS_pubmethodDismiss()

Dismisses the tip window.(Inherited from IVsTextTipWindow.)

System_CAPS_pubmethodGetContextStream(Int32, Int32)

Returns the context stream.(Inherited from IVsTextTipWindow.)

System_CAPS_pubmethodGetSizePreferences(RECT[], TIPSIZEDATA[])

Gets the size preferences for the tip window.(Inherited from IVsTextTipWindow.)

System_CAPS_pubmethodPaint(IntPtr, RECT[])

Paints the tip window.(Inherited from IVsTextTipWindow.)

System_CAPS_pubmethodSetTextTipData(IVsTextTipData)

Sets the text tip.(Inherited from IVsTextTipWindow.)

System_CAPS_pubmethodWndProc(IntPtr, UInt32, IntPtr, IntPtr)

Method information is not provided.(Inherited from IVsTextTipWindow.)

Return to top
Show: