ComboBox.SetItemsCore(IList) Method

Definition

When overridden in a derived class, sets the specified array of objects in a collection in the derived class.

protected:
 override void SetItemsCore(System::Collections::IList ^ value);
protected override void SetItemsCore (System.Collections.IList value);
override this.SetItemsCore : System.Collections.IList -> unit
Protected Overrides Sub SetItemsCore (value As IList)

Parameters

value
IList

An array of items.

Applies to