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