[]
Appends text to the current text of the edit control.
public void AppendText(string textData)
Public Sub AppendText(textData As String)
Type | Name | Description |
---|---|---|
string | textData | The text to append to the current contents of the edit control. |
You can use this method to add text to the existing text in the control instead of using the concatenation operator (+) to concatenate text to the Text property.