PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderInputComboBox Class / Items Property

In This Topic
    Items Property (RenderInputComboBox)
    In This Topic
    Gets the collection of RenderInputComboBoxItem objects representing the items in the combobox dropdown.
    Syntax
    'Declaration
     
    Public ReadOnly Property Items As RenderInputComboBoxItemCollection
    public RenderInputComboBoxItemCollection Items {get;}
    Remarks
    This method always returns a non-null RenderInputComboBoxItemCollection, initializing it if it did not exist. To test whether a combobox already contains items without creating the Items collection, use the HasItems property.
    See Also