Removes a single item from the combo box

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 RemoveItem(
	ListboxItem item
)

Parameters

item
Type: Skewworks.NETMF.Controls..::..ListboxItem
Item to remove

See Also