Click or drag to resize

ControlDetach Method

Detaches the control by removing it from its parent

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void Detach()
Remarks
This is essentially a shortcut to myControl.Parent.Remove(myControl);
See Also