Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonButton Class / RibbonButton Constructor / RibbonButton Constructor(Image)
The image to use as a small icon.

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

    Parameters

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