Click or drag to resize

KryptonMaskedTextBoxAppendText 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: 2024.1.1.0 (2024.1.1.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