How can I compare a richtextbox to a string in WPF/c#

前端 未结 0 1467
刺人心
刺人心 2021-01-23 06:00
private void richTextBox_TextChanged(object sender, TextChangedEventArgs e)
        {

            string _Text = new TextRange(richTextBox.Document.ContentStart, richTe         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题