'Declaration Public Overloads Function Add( _ ByVal item As ComboBoxItem _ ) As Integer
'Usage Dim instance As ComboBoxItemList Dim item As ComboBoxItem Dim value As Integer value = instance.Add(item)
public int Add( ComboBoxItem item )
Parameters
- item
- The ComboBoxItem to add.
Return Value
The index at which the new item was added.