Aspose.Editor for Windows Forms is just a single assembly Aspose.Editor.Dekstop.dll. After installation on a development machine, the control is available in the Toolbox in Visual Studio.
To add word processing capabilities to your application, simply drag Aspose.Editor from the toolbox to your Windows Form and then hook appropriate event handlers to execute various commands.
In addition to the rich user interface of a modern word processing application, Aspose.Editor provides full programming API that resembles Microsoft Word Automation, which allows manipulating document, formatting, cursor and view options programmatically.
Microsoft Word is not required in order to use Aspose.Editor.
Dragging Aspose.Editor.Desktop EditorControl from the Toolbox to a Windows Form.
Example of a Windows Forms .NET application created with Aspose.Editor.