SetText Method (WPFRichTextBox)

Action

Sets the text.

Syntax

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