AppendText Method (WPFTextBoxBase)

Action

Appends a string to the contents of a text control.

Syntax

C#
textBoxBase.AppendText(textData)
VB
textBoxBase.AppendText(textData)
Variable Description
textData A string that specifies the text to append to the current contents of the text control. String.