Calendar for WinForms | ComponentOne
C1.Win.C1Input Namespace / C1BasePicker Class / ImageList Property

In This Topic
    ImageList Property (C1BasePicker)
    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