[]
Appends text to the current text of the edit control.
public void AppendText(string text)
Public Sub AppendText(text As String)
Type | Name | Description |
---|---|---|
string | text | 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.