Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonTextBox Class / Text Property

In This Topic
    Text Property (RibbonTextBox)
    In This Topic
    Gets or sets the text in this RibbonTextBox.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    public string Text {get; set;}
    See Also