InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputComboBox Class / Items Property

In This Topic
    Items Property (InputComboBox)
    In This Topic
    Gets the collection of items in this InputComboBox.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As InputComboBoxItemCollection
    public InputComboBoxItemCollection Items {get;}
    See Also