wpf中如何读取richTextBox控件中的文本内容

日期:2016-09-16 13:13:32 人气:1

wpf中如何读取richTextBox控件中的文本内容

TextRange a = new TextRange(richTextBox1.Document.ContentStart, richTextBox1.Document.ContentEnd); Message.show(a.Text);
    A+
热门评论