ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / IComboBox Interface / Items Property

In This Topic
    Items Property (IComboBox)
    In This Topic
    Gets the collection of the items contained in this ComboBox.
    Syntax
    'Declaration
     
    
    ReadOnly Property Items As ComboBoxItemCollection
    ComboBoxItemCollection Items {get;}
    See Also