ComponentOne Input for WinForms
ComboBoxItemList Class Members
Properties  Methods  Events

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : ComboBoxItemList Class

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 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
Public Events
 NameDescription
Public EventOccurs when the ComboBoxItemList changes, either by adding or removing an item.  
Top
See Also

Reference

ComboBoxItemList Class
C1.Win.C1Input Namespace