Input for WinForms | ComponentOne
C1.Win.Input.Base Namespace / ITextBoxBase Interface / AppendText Method
The text to append to the current contents of the text box.

In This Topic
    AppendText Method (ITextBoxBase)
    In This Topic
    Appends text to the current text of a text box.
    Syntax
    'Declaration
     
    
    Sub AppendText( _
       ByVal text As String _
    ) 
    void AppendText( 
       string text
    )

    Parameters

    text
    The text to append to the current contents of the text box.
    See Also