bool ShowWnd(int hWnd, bool noActivate = false)

Shows and activates the specified window. Activation is optional. Trust Level Required: High

Parameters

Name Description
hWnd The handle of the window to show.
noActivate Optional: If set to true, the window will show but not activate.

Return

True on success.