AppendText Method (ITextBoxBase)
In This Topic
Appends text to the current text of a text box.
Syntax
'Declaration
Sub AppendText( _
ByVal As String _
)
void AppendText(
string
)
Parameters
- text
- The text to append to the current contents of the text box.
See Also