Edit

Share via


ListBox.SetItemsCore(IList) Method

Definition

Clears the contents of the ListBox and adds the specified items to the control.

protected override void SetItemsCore(System.Collections.IList value);

Parameters

value
IList

An array of objects to insert into the control.

Applies to