Defines the behavior of the C1XmlEditor.
Namespace:
C1.Win.XmlEditorAssembly: C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)
Syntax
| C# |
|---|
public enum EditorMode |
| Visual Basic (Declaration) |
|---|
Public Enumeration EditorMode |
Members
| Member name | Description | |
|---|---|---|
| Design |
Design is the main mode of the editor.
C1XmlEditor in this mode represents a WYSIWYG XHTML editor.
| |
| Source |
Source mode allows you to edit XHTML markup.
| |
| Preview |
Preview mode allows you to preview how the document will look.
|
Remarks
EditorMode is used by the Mode property.