FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / BackstageViewTab Class / BackstageViewTab Constructor / BackstageViewTab Constructor(String)
The initial value for the 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 System.String _
    )
    public BackstageViewTab( 
       System.string text
    )

    Parameters

    text
    The initial value for the Text property.
    See Also