CLOSE TOOLTIP?

Is there a method to force the Editor tooltip to close in code? It remains visible if we switch tabs in our application, while the Editor is in a tab.
Hi,
Could you confirm you're using WPF version, as with WinForms it should close code completion windows automatically upon loosing focus?
To manually close code completion tooltip you can use the following code:
edit.CodeCompletionHint.Close(false);

Regards,
Dmitry
Yes, it's WPF. And thanks, that did the trick!
Thank you for confirming.
We were able to reproduce code completion box/tooltip staying open when you switch to different tab, and most likely will get it fixed before coming update.

Kind regards,
Dmitry