app.bringToFront
| Syntax |
app.bringToFront ()
|
| Params |
None.
|
| Action |
Brings the current application to the front.
|
| Returns |
True if the application is running.
|
| Examples |
app.start ("MinApp"); app.bringToFront () » true
|
| Platform Notes |
This verb is only implemented in the Mac OS version of Frontier.
|
| See Also |
app.start
|