ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1ComboBox Class / Items Property

In This Topic
    Items Property (C1ComboBox)
    In This Topic
    Gets an object representing the collection of the items contained in this ComboBox.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As ComboBoxItemList
    public ComboBoxItemList Items {get;}
    See Also