ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1ComboBox Class / CreateItemsCollection Method

In This Topic
    CreateItemsCollection Method
    In This Topic
    Creates a new instance of the item collection.
    Syntax
    'Declaration
     
    
    Protected Overridable Function CreateItemsCollection() As ComboBoxItemList
    protected virtual ComboBoxItemList CreateItemsCollection()

    Return Value

    A ComboBoxItemList that represents the new item collection.
    See Also