ApplicationIHandler Interface |
Namespace: Eto.Forms
The ApplicationIHandler type exposes the following members.
Name | Description | |
---|---|---|
AlternateModifier |
Gets the alternate modifier for shortcuts.
| |
BadgeLabel |
Gets or sets the badge label on the application icon in the dock, taskbar, etc.
| |
CommonModifier |
Gets the common modifier for shortcuts.
| |
QuitIsSupported |
Gets a value indicating whether the application supports the Quit operation.
|
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.
|