ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1DropDownControl Class / ImageList Property

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