ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / IComboBox Interface / ItemsImageList Property

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