Please be advised that this ComponentOne software tool is accompanied by various sample projects and/or demos which may make use of other development tools included with the ComponentOne Studios.
Samples can be accessed from the ComponentOne Sample Explorer. To view samples, on your desktop, click the Start button and then click ComponentOne | Studio for WinForms | Samples | Editor Samples. The following tables provide a short description for each sample.
Visual Basic Samples
| Sample | Description |
|---|---|
| C1WordsX | This sample shows how you can use the C1Editor control to build a rich text editor. The editor contains a Ribbon control and shows how you can implement formatting, search and replace, tables, images, spell-checking, PDF export, and other advanced text editing features using the C1Editor control. |
| CustomDialogs | This sample demonstrates how to create custom dialogs for: - inserting/editing hyperlinks, bookmarks, picture, objects and tables; - implementing find/replace commands; - implementing basic text formatting. The C1Editor control contains built-in dialogs for all these tasks, but on some occasions you may want to implement your own in order to customize their appearance or behavior. |
| CustomTags | This sample shows how you can define and use your own custom tags. |
| EditModes | This sample shows how the Mode property works. The application contains a form with a C1Editor control. You can set the Mode property of the C1Editor using the buttons at the bottom of the form. |
| PrintTemplate | This sample demonstrates how you can customize the print and print preview features. |
| ToolStrips | This sample shows how you can use toolstrips from the C1.Win.Editor.ToolStrips namespace. |
| SyntaxHighlight | This sample shows how to implement a syntax-highlighting editor using a C1Editor. |
| UserCSS | This sample shows how you can customize the appearance of the document using custom CSS files. |
| C1EditorQuickStart | This sample shows how to implement a basic text editor application using the C1Editor control. |
| ContentEditable | This sample shows how you can keep parts of the document from being edited. |
| HtmlEvents | Demonstrates abilities of the new event HtmlEvent. |
C# Samples
| Sample | Description |
|---|---|
| C1WordsX | This sample shows how you can use the C1Editor control to build a rich text editor. The editor contains a Ribbon control and shows how you can implement formatting, search and replace, tables, images, spell-checking, PDF export, and other advanced text editing features using the C1Editor control. |
| CustomDialogs | This sample demonstrates how to create custom dialogs for: - inserting/editing hyperlinks, bookmarks, picture, objects and tables; - implementing find/replace commands; - implementing basic text formatting. The C1Editor control contains built-in dialogs for all these tasks, but on some occasions you may want to implement your own in order to customize their appearance or behavior. |
| CustomTags | This sample shows how you can define and use your own custom tags. |
| EditModes | This sample shows how the Mode property works. The application contains a form with a C1Editor control. You can set the Mode property of the C1Editor using the buttons at the bottom of the form. |
| PrintTemplate | This sample demonstrates how you can customize the print and print preview features. |
| ToolStrips | This sample shows how you can use toolstrips from the C1.Win.Editor.ToolStrips namespace. |
| SyntaxHighlight | This sample shows how to implement a syntax-highlighting editor using a C1Editor. |
| UserCSS | This sample shows how you can customize the appearance of the document using custom CSS files. |
| C1EditorQuickStart | This sample shows how to implement a basic text editor application using the C1Editor control. Supports Ctrl+P, Ctrl+N, and Ctrl+O shortcuts' custom handling. |
| ContentEditable | This sample shows how you can keep parts of the document from being edited. |
| HtmlEvents | Demonstrates abilities of the new event HtmlEvent. |