Version History

.NET WinForms HTML Editor Control release history.

Version 7.1.1

Released Oct 7, 2017 - It is a Minor Update. Total 1 bug are resolved. Also 1 feature have been implemented.

New features

  • Added a boolean property "CmbFontName.AddSystemFonts" so that the System fonts in the combobox can be suppressed and custom fonts can be added.
  • Added Editor.ClearUndoStack() method so that the UndoStack can be cleared explicitly by calling this method.

Bug fixes

  • Content.GetEmailMessageWithLocalImagesEmbedded() could throw ArgumentException when image URLs contained invalid characters (now it escapes them)