Adds a item to 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 AddItem(
	ListboxItem item
)

Parameters

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

See Also