Spread Windows Forms 17
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 FormulaTextBox
    'Usage
     
    
    Dim instance As ModelessTextBox
    Dim value As FormulaTextBox
     
    value = instance.TextBox
    public FormulaTextBox TextBox {get;}
    See Also