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

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

    Parameters

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