Removes all children from 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#
void ClearChildren(
	bool disposeChildren = true
)

Parameters

disposeChildren (Optional)
Type: System..::..Boolean
When true children are completely disposed of. Otherwise children are simply removed from the container.

See Also