Click or drag to resize

ApplicationIHandler Interface

Handler interface for the Application class

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : WidgetIHandler

The ApplicationIHandler type exposes the following members.

Properties
  NameDescription
Public propertyAlternateModifier
Gets the alternate modifier for shortcuts.
Public propertyBadgeLabel
Gets or sets the badge label on the application icon in the dock, taskbar, etc.
Public propertyCommonModifier
Gets the common modifier for shortcuts.
Public propertyQuitIsSupported
Gets a value indicating whether the application supports the Quit operation.
Top
Methods
  NameDescription
Public methodAsyncInvoke
Invoke the action asynchronously on the UI thread
Public methodAttach
Attach the application to an already-running native application with the same platform.
Public methodInvoke
Invoke the specified action on the UI thread, blocking the current execution until it is complete.
Public methodOnMainFormChanged
Called by the widget when the MainForm is changed
Public methodOpen
Open the specified file or url with its associated application.
Public methodQuit
Quits the application
Public methodRestart
Restarts the application
Public methodRun
Runs the application and starts a main loop.
Public methodRunIteration
Advanced. Runs an iteration of the main UI loop when you are blocking the UI thread with logic.
Top
See Also