Editor for WinForms
主な特長

Editor provides various features that make it suitable for editing XHTML documents. The main features of the Editor control are as follows:

WYSIWYG Editor
Editor enables end-users to see and edit content in a form that appears as it would when displayed on the final document. Additionally, it lets you preview the documents in the editor.
Built-in Ribbon
The Editor control comes with a built-in ribbon that contains the most common word processing operations. For more information, see Ribbon.
Editor Modes
The Editor control provides design and preview mode to view the documents. For more information, see Editor Modes.
Load and Save documents
Editor lets you load an XHTML document from a file, stream or even XML string. Not just this, but it also enables you to save the document to a file or stream. For more information, see Load and Save.
Formatting commands
With Editor, you can easily set font and text decoration and block formatting properties in a text block without worrying about how to modify the underlying XmlDocument.
Clipboard support
You can select text, tables or graphics and move your selection to the Clipboard. Additionally, you can copy text and paste it into the Editor control.
Built-in Spell-Checker
Editor provides built-in spell-checker which detects spelling errors based on As-you-type mode wherein spelling errors are indicated by a red, wavy underline. This makes it easy for you to find and correct the spelling-errors.