Removes a item by its index

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

Syntax

C#
public void RemoveItemAt(
	int index
)

Parameters

index
Type: System..::..Int32
Index of the item to remove

See Also