Removes a child from the container

Namespace: Skewworks.NETMF.Controls
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public virtual void RemoveChild(
	IControl child
)

Parameters

child
Type: Skewworks.NETMF.Controls..::..IControl
Child to remove

Implements

IContainer..::..RemoveChild(IControl)

See Also