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
Hides the app but continue running it in the background.
If called, the global OnPause event will be fired and if reshown, OnResume is fired.
See Also: ToFront