ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / ComboBoxItemCollection Class
Members

In This Topic
    ComboBoxItemCollection Class
    In This Topic
    Represents collection of the C1ComboBox drop down items.
    Object Model
    ComboBoxItemCollection ClassComboBoxItem Class
    Syntax
    'Declaration
     
    
    Public Class ComboBoxItemCollection 
       Inherits System.Collections.ObjectModel.ObservableCollection(Of ComboBoxItem)
    Inheritance Hierarchy
    See Also