Editor for WinForms | ComponentOne
In This Topic
    Editor for WinForms Elements
    In This Topic

    Editor for WinForms includes the following controls:

    The C1EditorToolStrips can be added to your form and linked to the C1Editor control through the Editor property. See Linking a ToolStrip to C1Editor for more information.

    You also have the option of implementing your own ToolStrip using the C1EditorToolStripBase as the base class. You can then add an C1EditorToolStripButton or C1EditorToolStripComboBox to a standard ToolStrip and set the Editor and Command properties. See Creating a Custom ToolStrip for more information.

    See Also