Click or drag to resize

KryptonTextBoxAppendText Method

Appends text to the current text of a rich text box.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void AppendText(
	string text
)

Parameters

text  String
The text to append to the current contents of the text box.
See Also