Search code examples
c#richtext

C# Winform get text of richtextbox


How do I get the text of a richtextbox? I've searched for so long and I can't find an answer! Why isn't there something like richTextBox1.getText()?


Solution

  • You can write directly richTextBox1.Text