SetText Method (SLRichTextBox)

Action

Replaces the content in the text box with the given text.

Syntax

C#
richTextBox.SetText(text)
VB
richTextBox.SetText(text)
Variable Description
text The new text. String.