ComboBox::SetItemsCore Method (IList^)

 

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
virtual void SetItemsCore(
	IList^ value
) override

Parameters

value
Type: System.Collections::IList^

An array of items.

.NET Framework
Available since 1.1
Return to top
Show: