Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonTab Class / Image Property

In This Topic
    Image Property (RibbonTab)
    In This Topic
    Gets or sets the small image (16 x 16) that appears on the tab.
    Syntax
    'Declaration
     
    
    Public Property Image As Image
    public Image Image {get; set;}
    Remarks
    This property is only used for backward compatibility with C1Ribbon Classic. Please use RibbonTab.IconSet property for the new development.
    See Also