Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从 silverlight 中的 RichTextBox 控件获取文本?
我会搜索很多,但我找不到路... :(
一种方法可以是:
rtb.SelectAll(); var myText = rtb.Selection.Text;