ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / ComboBoxItemList Class
Properties Methods Events


In This Topic
    ComboBoxItemList Class Members
    In This Topic

    The following tables list the members exposed by ComboBoxItemList.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ComboBoxItemList class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of items contained in the ComboBoxItemList instance.  
    Public PropertyGets or sets the item at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an item to the ComboBoxItemList.  
    Public MethodAdds items of the specified collection to the end of the ComboBoxItemList.  
    Public MethodRemoves all items from the ComboBoxItemList.  
    Public MethodDetermines whether an item is in the ComboBoxItemList.  
    Public MethodReturns an enumerator that iterates through the ComboBoxItemList.  
    Public MethodSearches for the specified item and returns the zero-based index.  
    Public MethodInserts item into the ComboBoxItemList at the specified index.  
    Public MethodInserts items into the ComboBoxItemList at the specified index.  
    Public MethodRemoves the first occurrence of a specified item from the collection.  
    Public MethodRemoves all the items that match the conditions defined by the specified predicate.  
    Public MethodRemoves the item at the specified index of the collection.  
    Public MethodRemoves a range of elements from the ComboBoxItemList.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded. Fires the CollectionChanged event.  
    Protected MethodFires the CollectionChanged event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the ComboBoxItemList changes, either by adding or removing an item.  
    Top
    See Also