Eto.Forms documentation
Eto.Forms documentation
Namespaces
Eto.Forms
Control Class
Control Methods
ApplyStyles Method
AttachNative Method
Detach Method
DetachNative Method
Dispose Method
DoDragDrop Method
FindParent Method
Focus Method
GetCallback Method
Invalidate Method
MapPlatformCommand Method
OnApplyCascadingStyles Method
OnDragDrop Method
OnDragEnter Method
OnDragLeave Method
OnDragOver Method
OnEnabledChanged Method
OnGotFocus Method
OnKeyDown Method
OnKeyUp Method
OnLoad Method
OnLoadComplete Method
OnLostFocus Method
OnMouseDoubleClick Method
OnMouseDown Method
OnMouseEnter Method
OnMouseLeave Method
OnMouseMove Method
OnMouseUp Method
OnMouseWheel Method
OnPreLoad Method
OnShown Method
OnSizeChanged Method
OnStyleChanged Method
OnTextInput Method
OnUnLoad Method
PointFromScreen Method
PointToScreen Method
RectangleFromScreen Method
RectangleToScreen Method
ResumeLayout Method
SuspendLayout Method
Control
Detach Method
Detaches the control by removing it from its parent
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
C#
VB
F#
Copy
public
void
Detach
()
Public
Sub
Detach
member
Detach
:
unit
->
unit
Remarks
This is essentially a shortcut to myControl.Parent.Remove(myControl);
See Also
Reference
Control Class
Eto.Forms Namespace