Click or drag to resize

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
Syntax
void Attach(
	Object context
)

Parameters

context
Type: System.Object
Context of the application
See Also