IHandler Methods |
The ApplicationIHandler type exposes the following members.
Name | Description | |
---|---|---|
AsyncInvoke |
Invoke the action asynchronously on the UI thread
| |
Attach |
Attach the application to an already-running native application with the same platform.
| |
Invoke |
Invoke the specified action on the UI thread, blocking the current execution until it is complete.
| |
OnMainFormChanged |
Called by the widget when the MainForm is changed
| |
Open |
Open the specified file or url with its associated application.
| |
Quit |
Quits the application
| |
Restart |
Restarts the application
| |
Run |
Runs the application and starts a main loop.
| |
RunIteration |
Advanced. Runs an iteration of the main UI loop when you are blocking the UI thread with logic.
|