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

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

    Parameters

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