ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTab Class / RibbonTab Constructor / RibbonTab Constructor(String)
The initial value for the Text property.

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

    Parameters

    text
    The initial value for the Text property.
    See Also