ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonButton Class / RibbonButton Constructor / RibbonButton Constructor(Image)
The initial value for the RibbonItem.SmallImage property.

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

    Parameters

    smallImage
    The initial value for the RibbonItem.SmallImage property.
    See Also