ApplicationIHandlerAttach 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
Syntax void Attach(
Object context
)
Sub Attach (
context As Object
)
abstract Attach :
context : Object -> unit
Parameters
- context
- Type: SystemObject
Context of the application
See Also