Adds a number of items 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 AddItems(
	ListboxItem[] items
)

Parameters

items
Type: array<Skewworks.NETMF.Controls..::..ListboxItem>[]()[][]
Items to add

See Also