There is a richTextBox. There is already some record. Next, I change this entry, press Enter or the "OK" button and I need to save this new text to a string. How to do it?

    1 answer 1

    Similar problem: RichTextBox (WPF) string property “Text”

    string myText = new TextRange(transcriberArea.Document.ContentStart, transcriberArea.Document.ContentEnd).Text; 
    • Include information on the link in the answer, please. Links tend to foul. - andreycha