VsTextTipWindow Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a tip when the mouse pauses over a particular context stream in the core editor. See IVsTextTipWindow.
public interface class VsTextTipWindow : Microsoft::VisualStudio::TextManager::Interop::IVsTextTipWindow
public interface class VsTextTipWindow : Microsoft::VisualStudio::TextManager::Interop::IVsTextTipWindow
__interface VsTextTipWindow : Microsoft::VisualStudio::TextManager::Interop::IVsTextTipWindow
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsTextTipWindowClass))]
[System.Runtime.InteropServices.Guid("A6ACCB2F-1E0D-458B-A878-D40EB89C1DF4")]
public interface VsTextTipWindow : Microsoft.VisualStudio.TextManager.Interop.IVsTextTipWindow
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsTextTipWindowClass))]
[System.Runtime.InteropServices.Guid("A6ACCB2F-1E0D-458B-A878-D40EB89C1DF4")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface VsTextTipWindow : Microsoft.VisualStudio.TextManager.Interop.IVsTextTipWindow
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsTextTipWindowClass))>]
[<System.Runtime.InteropServices.Guid("A6ACCB2F-1E0D-458B-A878-D40EB89C1DF4")>]
type VsTextTipWindow = interface
interface IVsTextTipWindow
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsTextTipWindowClass))>]
[<System.Runtime.InteropServices.Guid("A6ACCB2F-1E0D-458B-A878-D40EB89C1DF4")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type VsTextTipWindow = interface
interface IVsTextTipWindow
interface IVsTipWindow
Public Interface VsTextTipWindow
Implements IVsTextTipWindow
- Derived
- Attributes
- Implements
Methods
Dismiss() |
Closes the ToolTip window. (Inherited from IVsTipWindow) |
GetContextStream(Int32, Int32) |
Returns the position of the text the ToolTip should not obscure and over which the cursor can be held before the ToolTip is closed. (Inherited from IVsTipWindow) |
GetSizePreferences(RECT[], TIPSIZEDATA[]) |
Gets the size preferences for the ToolTip window. (Inherited from IVsTipWindow) |
Paint(IntPtr, RECT[]) |
Paints the ToolTip window. (Inherited from IVsTipWindow) |
SetTextTipData(IVsTextTipData) |
Sets the text tip. (Inherited from IVsTextTipWindow) |
WndProc(IntPtr, UInt32, IntPtr, IntPtr) |
Event handler for the tip window. (Inherited from IVsTipWindow) |