Hi Everybody,
I'm using richtextbox in my project.
I'm getting it's content by:
string rtbText = new TextRange(rbItem.Document.ContentStart, rbItem.Document.ContentEnd).Text;
now i want the vice versa.
How to do it.
Please Help me...
Hi Everybody,
I'm using richtextbox in my project.
I'm getting it's content by:
string rtbText = new TextRange(rbItem.Document.ContentStart, rbItem.Document.ContentEnd).Text;
now i want the vice versa.
How to do it.
Please Help me...