Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1Ribbon Class / SmallImageList Property

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