Zoople HTML Editor for WinForms and WPF A fully customizable HTML Editor for C# and VB .NET Framework and .NET Core WinForms projects (and WPF via the WindowsFormsHost element). Simple to use, easy to implement, and with a familiarly styled word-processing interface the control is extensible and highly versatile. Supports frameworks FX4.7.2 thru .NET9 The HTML Editor .NET for Winforms allows end-users to create HTML segments for web pages, email templates and email composition, or any other purpose that requires HTML content. It contains all the standard features found in stand-alone WYSIWYG HTML and Rich Text editors. Example projects for Visual Studio are available from https://zoople.tech/download/Zoople_HTMLEditor_setup.zip?s=347 and https://github.com/rpoate?tab=repositories Online documentation is available at https://zoople.tech/download/HTML%20Editor%20for%20Winforms%20Reference%20Guide.pdf?s=347 Please direct any support requests to info@zoople.tech
$ dotnet add package Zoople.HTMLEditor
Zoople HTML Editor .NET for Winforms is a fully customisable HTML editor for your .NET framework and.NET5/6/7/8/9 WinForms or WPF projects.
The HTML Editor .NET for Winforms allows end-users to create HTML snippets for pages, email templates, and any other application that requires the editing of HTML content.
Perfect for and Winforms and WPF applications such as:

Documentation is available here - https://zoople.tech/viewpage.aspx?ID=HTML.NET%20API&Parent=HTML.NET
oEdit = new Zoople.HTMLEditControl
{
Dock = DockStyle.Fill,
DocumentHTML = "<h2>A Heading.</h2><p>Caters for all levels of end-user.</p>",
CSSText = "BODY {font-family: Arial Unicode MS, Arial, Sans-Serif; border: none;}",
LicenceKey = "YourLicenseKey",
LicenceKeyInlineSpelling = "InlineSpellingLicenseKey",
EnableInlineSpelling = false,
CleanMSWordHTMLOnPaste = true,
FontSizesList = "8pt;10pt;12pt;16pt;22pt;",
HideDOMToolbar = false,
ShowPropertyGrid = false
};
oEdit.CodeEditor.WordWrap = true;
Controls.Add(oEdit);
Many other examples are available here - http://zoople.tech/download/zoople_HTMLEditor_setup.zip
If you have any questions please us know - mailto:info@zoople.tech