Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonLabel Class / RibbonLabel Constructor / RibbonLabel Constructor(String)
The initial value for the RibbonLabel.Text property.

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

    Parameters

    text
    The initial value for the RibbonLabel.Text property.
    See Also