FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / BackstageViewTab Class / BackstageViewTab Constructor / BackstageViewTab Constructor(Image)
The image to use as a small icon.

In This Topic
    BackstageViewTab Constructor(Image)
    In This Topic
    Creates a new instance of BackstageViewTab.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal smallImage As System.Drawing.Image _
    )
    public BackstageViewTab( 
       System.Drawing.Image smallImage
    )

    Parameters

    smallImage
    The image to use as a small icon.
    See Also