TextBoxBase::AppendText Method (String^)
.NET Framework (current version)
Appends a string to the contents of a text control.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- textData
-
Type:
System::String^
A string that specifies the text to append to the current contents of the text control.
The AppendText method enables the user to append text to the contents of a text control without using text concatenation, which, can yield better performance when many concatenations are required.
.NET Framework
Available since 3.0
Available since 3.0
Show: