InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / ImageList Property

In This Topic
    ImageList Property (C1InputPanel)
    In This Topic
    Gets or sets the ImageList that contains the images to display on the input panel.
    Syntax
    'Declaration
     
    Public Property ImageList As ImageList
    public ImageList ImageList {get; set;}
    See Also