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