[]
        
(Showing Draft Content)

C1.Win.Input.Base.C1TextBoxBase.AppendText

AppendText Method

AppendText(string)

Appends text to the current text of a text box.

Declaration
public void AppendText(string text)
Public Sub AppendText(text As String)
Parameters
Type Name Description
string text

The text to append to the current contents of the text box.

Implements