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()?
richTextBox1.getText()
You can write directly richTextBox1.Text
richTextBox1.Text