Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / ItemsImageList Property

In This Topic
    ItemsImageList Property (C1ComboBox)
    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