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
)
Public Overridable Function Attach (
Optional context As Object = Nothing
) As Application
abstract Attach :
?context : Object
(* Defaults:
let _context = defaultArg context null
*)
-> Application
override Attach :
?context : Object
(* Defaults:
let _context = defaultArg context null
*)
-> Application
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