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

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