FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / RibbonButton Class / RibbonButton Constructor / RibbonButton Constructor(String,Image)
The initial value for the Text property.
The image to use as a small icon.

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

    Parameters

    text
    The initial value for the Text property.
    smallImage
    The image to use as a small icon.
    See Also