Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonDropDownBase Class / LargeImage Property

In This Topic
    LargeImage Property (RibbonDropDownBase)
    In This Topic
    Gets or sets the large image.
    Syntax
    'Declaration
     
    
    Public Overridable Property LargeImage As Image
    public virtual Image LargeImage {get; set;}
    Remarks
    This property is only used for backward compatibility with C1Ribbon Classic. Please use RibbonIconItem.IconSet property for the new development.
    See Also