Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to change text in richtextbox wpf

richTextBox1.Document.Blocks.Clear();
richTextBox1.Document.Blocks.Add(new Paragraph(new Run("Text")));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #text #richtextbox #wpf
ADD COMMENT
Topic
Name
8+8 =