CWnd::SetActiveWindow

Syntax

CWnd* SetActiveWindow();

Remarks

Makes CWnd the active window.

The SetActiveWindow member function should be used with care since it allows an application to arbitrarily take over the active window and input focus. Normally, Windows takes care of all activation.

Return Value

The identity of the window that was previously active.

The returned pointer may be temporary, and should not be stored.

See Also

::SetActiveWindow, CWnd::GetActiveWindow