ControlAttachNative Method |
Attaches the control for direct use in a native application
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void AttachNative()
member AttachNative : unit -> unit
Remarks
Use this to use a control directly in a native application. Note that the native application must be running
the same framework as the current platform. E.g. a WinForms application can use an Eto.Forms control
when using the Eto.WinForms platform.
This prepares the control by firing the
PreLoad,
Load, etc. events.
See Also