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

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

    Parameters

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