IVsWindowFrame.ShowNoActivate Method
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.
Shows or makes a window visible and brings it to the top, but does not make it the active window.
public:
int ShowNoActivate();
public:
int ShowNoActivate();
int ShowNoActivate();
public int ShowNoActivate ();
abstract member ShowNoActivate : unit -> int
Public Function ShowNoActivate () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
Commonly used to expose a tool window while keeping focus on the active document window.