Skip to content

reshsekar15/winforms-richedit-document-api-e5219

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms RichEdit Document API

Files to look at:

This example demonstrates how to use RichEdit Document API to manage rich text documents in code.
The application includes several RichEditControls at the top used to display and edit the code and another RichEditControl (at the bottom) which shows the result of code execution. There are two groups of tabs displaying code - one for C# and another for VB languages. Each group is composed of the main tab displaying the main executable code and the tab which displays the code of the helper class used in the main code snippet. Generally the helper class is not required and the corresponding tab is empty.
You can modify the code and watch the result. The code is executed two seconds after it is modified. If an error occurs during compilation or execution, the code window background color turns to pink.

The WPF RichEdit Document API example is also available.


About

.NET, WinForms, XtraRichEdit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%