This topic has not yet been rated - Rate this topic

IVsTipWindow.Dismiss Method

Closes the ToolTip window.

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

COM Signature

From textmgr.idl:

void IVsTipWindow::Dismiss();

Depending on the implementation, the ToolTip window may only be hidden and not actually destroyed.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.