Quantcast
Channel: Windows Presentation Foundation (WPF) forum
Viewing all articles
Browse latest Browse all 18858

Problem in display string value in richtextbox in WPF

$
0
0

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...

            


Viewing all articles
Browse latest Browse all 18858

Trending Articles