IVsWindowFrame.ShowNoActivate Method

Definition

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.

Applies to