# Creating an XHTML Editor in Code

Learn how to create a simple XHTML editor with custom toolbars and built-in style sheets. For more information, see C1Editor for WinForms documentation.

## Content



The following topics introduce the [C1Editor](/componentone/api/win/online-richtexteditor/dotnet-framework-api/C1.Win.C1Editor.4.8/C1.Win.C1Editor.C1Editor.html) control by walking you through the creation of a simple XHTML editor with custom toolbars and built-in style sheets. The toolbars show how you can implement several common editing tasks using code. They are meant to be used for documentation purposes, not as a replacement to the toolbars included with the C1Editor which are much more extensive and can be used without any programming.

The following topics are demonstrated in the **C1EditorQuickStart** sample included with the product. Please refer to the pre-installed product samples through the following path:

**Documents\\ComponentOne Samples\\WinForms**

## See Also

[The ToolStripBase class](/componentone/docs/win/online-richtexteditor/creatinganxhtmledito/thetoolstripbaseclas)

[The ToolStripMain class](/componentone/docs/win/online-richtexteditor/creatinganxhtmledito/thetoolstripmainclas)

[The ToolStripStyles class](/componentone/docs/win/online-richtexteditor/creatinganxhtmledito/thetoolstripstylescl)

[Performing Other Common Tasks](/componentone/docs/win/online-richtexteditor/creatinganxhtmledito/performingothercommo)