Input for WinForms | ComponentOne
C1.Win.Input Namespace / ComboBoxItemCollection Class


In This Topic
    ComboBoxItemCollection Class Methods
    In This Topic

    For a list of all members of this type, see ComboBoxItemCollection members.

    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a item with specified string value to the ComboBoxItemCollection.  
    Public MethodAdds values of the specified collection to the end of the ComboBoxItemCollection.  
    Public MethodAdds values of the specified collection to the end of the ComboBoxItemCollection.  
    Public MethodAdds a item with specified value to the ComboBoxItemCollection.  
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodOverloaded. Inserts item with specified string value into the ComboBoxItemCollection at the specified index.  
    Public MethodInserts values into the ComboBoxItemCollection at the specified index.  
    Public MethodInserts item with specified value into the ComboBoxItemCollection at the specified index.  
    Public Method (Inherited from System.Collections.ObjectModel.ObservableCollection<ComboBoxItem>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
    Public MethodRemoves the first occurrence of a specified value from the collection.  
    Public MethodRemoves a range of item from the ComboBoxItemCollection.  
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.Collections.ObjectModel.ObservableCollection<ComboBoxItem>)
    Protected Method (Inherited from System.Collections.ObjectModel.ObservableCollection<ComboBoxItem>)
    Protected MethodOverridden. Removes all items from the collection.  
    Protected MethodOverridden. Inserts an item into the collection at the specified index.  
    Protected Method (Inherited from System.Collections.ObjectModel.ObservableCollection<ComboBoxItem>)
    Protected Method (Inherited from System.Collections.ObjectModel.ObservableCollection<ComboBoxItem>)
    Protected Method (Inherited from System.Collections.ObjectModel.ObservableCollection<ComboBoxItem>)
    Protected MethodOverridden. Removes the item at the specified index of the collection.  
    Protected MethodOverridden. Replaces the element at the specified index.  
    Top
    See Also