ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonTextBox Class / TextBox Property

In This Topic
    TextBox Property (RibbonTextBox)
    In This Topic
    Gets the TextBox control contained in this RibbonTextBox.
    Syntax
    'Declaration
     
    Public ReadOnly Property TextBox As System.Windows.Forms.TextBox
    public System.Windows.Forms.TextBox TextBox {get;}
    See Also