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 textData As String
instance.AppendText(textData)
public void AppendText(
string
)
Parameters
- textData
- The text to append to the current contents of the edit control.
See Also