AppendText Method (EditBase)
Appends text to the current text of the edit control.
public void AppendText(
string
)
'Declaration
Public Sub AppendText( _
ByVal As String _
)
'Usage
Dim instance As EditBase
Dim text As String
instance.AppendText(text)
Parameters
- text
- The text to append to the current contents of the edit control.