ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / ComboBoxItem Class / ImageList Property

In This Topic
    ImageList Property (ComboBoxItem)
    In This Topic
    Gets the System.Windows.Forms.ImageList that contains the System.Drawing.Image displayed on an item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ImageList As ImageList
    public ImageList ImageList {get;}
    See Also