ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon 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 System.Drawing.Image
    public System.Drawing.Image Image {get; set;}
    See Also