InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel 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