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

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

    Parameters

    text
    The initial value for the Text property.
    See Also