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

In This Topic
    ImageList Property (C1ButtonBase)
    In This Topic
    Gets or sets the System.Windows.Forms.ImageList that contains the System.Drawing.Image displayed on a button control.
    Syntax
    'Declaration
     
    
    Public Property ImageList As ImageList
    public ImageList ImageList {get; set;}
    See Also