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 (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public void AppendText(
	string text
)

Parameters

text
Type: SystemString
The text to append to the current contents of the text box.
See Also