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