Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1StatusBar Class / LargeImageList Property

In This Topic
    LargeImageList Property (C1StatusBar)
    In This Topic
    Gets or sets the ImageList that contains the large images to display on the status bar.
    Syntax
    'Declaration
     
    
    Public Property LargeImageList As ImageList
    public ImageList LargeImageList {get; set;}
    See Also