IVsTextView::SendExplicitFocus Method ()
Visual Studio 2015
Sends explicit focus to the window.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
From textmgr.idl:
HRESULT IVsTextView::SendExplicitFocus();
This method sends the GimmeFocus message directly so it is handled immediately.
Show: