Click or drag to resize

ControlDetachNative Method

Detaches the control when it is used in a native application, when you want to reuse the control.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void DetachNative()
Remarks
This should only be called after AttachNative has been called, which is usually done by calling to ToNative(true).
See Also