ComboBox::AddItemsCore Method (array<Object^>^)

 
obsoleteCodeEntityM:System.Windows.Forms.ComboBox.ObjectCollection.Add(System.Object) Note: This API is now obsolete.

Adds the specified items to the combo box.

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

protected:
[ObsoleteAttribute("This method has been deprecated.  There is no replacement.  http://go.microsoft.com/fwlink/?linkid=14202")]
virtual void AddItemsCore(
	array<Object^>^ value
)

Parameters

value
Type: array<System::Object^>^

The items to add.

.NET Framework
Available since 1.1
Return to top
Show: