ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1ComboBox Class / ItemsImageList Property

In This Topic
    ItemsImageList Property
    In This Topic
    Gets or sets the ImageList to get the images to display in the combobox items.
    Syntax
    'Declaration
     
    
    Public Property ItemsImageList As ImageList
    public ImageList ItemsImageList {get; set;}
    See Also