ComponentOne Input for WinForms
AddRange Method (ComboBoxItemList)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > ComboBoxItemList Class : AddRange Method
The specified collection of items.
Adds items of the specified collection to the end of the ComboBoxItemList.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal collection As System.Collections.Generic.IEnumerable(Of Object) _
) 
public void AddRange( 
   System.Collections.Generic.IEnumerable<object> collection
)

Parameters

collection
The specified collection of items.
See Also

Reference

ComboBoxItemList Class
ComboBoxItemList Members