# Editor for WinForms Elements

Understand the basics of C1EditorToopStripMain, C1EditorToolStripObjects, C1EditorToolStripStyle and C1EditorToolStripTable elements in the C1Editor control.

## Content



**Editor for WinForms** includes the following controls:

*   [C1Editor](/componentone/docs/win/online-richtexteditor/editorforwinformsele/c1editoroverview)
*   [C1EditorToolStripMain](/componentone/docs/win/online-richtexteditor/editorforwinformsele/c1editortoolstripmai)
*   [C1EditorToolStripObjects](/componentone/docs/win/online-richtexteditor/editorforwinformsele/c1editortoolstripobj)
*   [C1EditorToolStripStyle](/componentone/docs/win/online-richtexteditor/editorforwinformsele/c1editortoolstripsty)
*   [C1EditorToolStripTable](/componentone/docs/win/online-richtexteditor/editorforwinformsele/c1editortoolstriptab)

The **C1EditorToolStrips** can be added to your form and linked to the [C1Editor](/componentone/api/win/online-richtexteditor/dotnet-framework-api/C1.Win.C1Editor.4.8/C1.Win.C1Editor.C1Editor.html) control through the [Editor](/componentone/api/win/online-richtexteditor/dotnet-framework-api/C1.Win.C1Editor.4.8/C1.Win.C1Editor.ToolStrips.C1EditorToolStripBase.Editor.html) property. See [Linking a ToolStrip to C1Editor](/componentone/docs/win/online-richtexteditor/editorforwinformstas/linkingatoolstriptoc) for more information.

You also have the option of implementing your own ToolStrip using the [C1EditorToolStripBase](/componentone/api/win/online-richtexteditor/dotnet-framework-api/C1.Win.C1Editor.4.8/C1.Win.C1Editor.ToolStrips.C1EditorToolStripBase.html) as the base class. You can then add an [C1EditorToolStripButton](/componentone/api/win/online-richtexteditor/dotnet-framework-api/C1.Win.C1Editor.4.8/C1.Win.C1Editor.ToolStrips.C1EditorToolStripButton.html) or [C1EditorToolStripComboBox](/componentone/api/win/online-richtexteditor/dotnet-framework-api/C1.Win.C1Editor.4.8/C1.Win.C1Editor.ToolStrips.C1EditorToolStripComboBox.html) to a standard ToolStrip and set the [Editor](/componentone/api/win/online-richtexteditor/dotnet-framework-api/C1.Win.C1Editor.4.8/C1.Win.C1Editor.ToolStrips.C1EditorToolStripButton.Editor.html) and [Command](/componentone/api/win/online-richtexteditor/dotnet-framework-api/C1.Win.C1Editor.4.8/C1.Win.C1Editor.ToolStrips.C1EditorToolStripButton.Command.html) properties. See [Creating a Custom ToolStrip](/componentone/docs/win/online-richtexteditor/editorforwinformstas/creatingacustomtools) for more information.

## See Also

[C1Editor Overview](/componentone/docs/win/online-richtexteditor/editorforwinformsele/c1editoroverview)

[C1EditorToolStripMain Overview](/componentone/docs/win/online-richtexteditor/editorforwinformsele/c1editortoolstripmai)

[C1EditorToolStripObjects Overview](/componentone/docs/win/online-richtexteditor/editorforwinformsele/c1editortoolstripobj)

[C1EditorToolStripStyle Overview](/componentone/docs/win/online-richtexteditor/editorforwinformsele/c1editortoolstripsty)

[C1EditorToolStripTable Overview](/componentone/docs/win/online-richtexteditor/editorforwinformsele/c1editortoolstriptab)