Application.IHandler.Attach Method |
Attach the application to an already-running native application with the same platform.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxvoid Attach(
Object context
)
Sub Attach (
context As Object
)
abstract Attach :
context : Object -> unit
Parameters
- context
- Type: System.Object
Context of the application
See Also