FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / C1Ribbon Class / MediumImageList Property

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