Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessTextBox Class / TextBox Property


In This Topic
    TextBox Property
    In This Topic
    Get the textbox control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TextBox As TextBox
    'Usage
     
    
    Dim instance As ModelessTextBox
    Dim value As TextBox
     
    value = instance.TextBox
    public TextBox TextBox {get;}
    See Also