KryptonTextBoxAppendText Method |
Appends text to the current text of a rich text box.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntaxpublic void AppendText(
string text
)
Parameters
- text
- Type: SystemString
The text to append to the current contents of the text box.
See Also