[]
        
(Showing Draft Content)

C1.Win.C1Editor.EditorMode

EditorMode Enum

Defines the behavior of the C1Editor.

Namespace: C1.Win.C1Editor
Assembly: C1.Win.C1Editor.4.8.dll
Syntax
public enum EditorMode
Remarks

EditorMode is used by the Mode property.

Fields

Name Description
Design

Design is the main mode of the editor. C1Editor in this mode represents a WYSIWYG XHTML editor.

Preview

Preview mode allows you to preview how the document will look.

Source

Source mode allows you to edit XHTML markup.