Hides the app but continue running it in the background.

app.ToBack()

If called, the global OnPause event will be fired and if reshown, OnResume is fired.

See Also: ToFront

Example - App to Background click to expand contents