ComponentOne Editor for ASP.NET Web Forms
Run-Time Elements / User Interface Elements / Text Editor
In This Topic
    Text Editor
    In This Topic

    The C1Editor control's text editor is used to compose rich text. You can set the text editor to one of the following three views:

    You can set the initial run-time view of the text editor by setting the EditorMode property at design time. The EditorMode property can be set to one of three settings: WYSIWYG (Design View), Split (Split View), and Code (Source view). End-users can also select a view at run time using the toolbar at the bottom of the editor (see Toolbar).

    Scrollbars will automatically appear if content added to the text editor exceeds the available screen space.

    See Also