VsTextTipWindow Members
Include Protected Members
Include Inherited Members
Provides a tip when the mouse pauses over a particular context stream in the core editor.
The VsTextTipWindow type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Dismiss() | Dismisses the tip window. (Inherited from IVsTextTipWindow.) |
![]() |
GetContextStream(Int32%, Int32%) | Returns the context stream. (Inherited from IVsTextTipWindow.) |
![]() |
GetSizePreferences(array<RECT[], array<TIPSIZEDATA[]) | Gets the size preferences for the tip window. (Inherited from IVsTextTipWindow.) |
![]() |
Paint(IntPtr, array<RECT[]) | Paints the tip window. (Inherited from IVsTextTipWindow.) |
![]() |
SetTextTipData | Sets the text tip. (Inherited from IVsTextTipWindow.) |
![]() |
WndProc(IntPtr, UInt32, IntPtr, IntPtr) | Method information is not provided. (Inherited from IVsTextTipWindow.) |
Top