Click or drag to resize

ApplicationAttach 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
public virtual Application Attach(
	Object context = null
)

Parameters

context (Optional)
Type: SystemObject
Context of the application

Return Value

Type: Application

[Missing <returns> documentation for "M:Eto.Forms.Application.Attach(System.Object)"]

See Also