Removes child by index

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 RemoveChildAt(
	int index
)

Parameters

index
Type: System..::..Int32
Index of child to be removed.

See Also