'Declaration Public Enum EditorMode Inherits System.Enum
public enum EditorMode : System.Enum
'Declaration Public Enum EditorMode Inherits System.Enum
public enum EditorMode : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.C1Editor.EditorMode