Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor Namespace / EditorMode Enumeration

In This Topic
    EditorMode Enumeration
    In This Topic
    Defines the behavior of the C1Editor.
    Syntax
    'Declaration
     
    Public Enum EditorMode 
       Inherits System.Enum
    public enum EditorMode : System.Enum 
    Members
    MemberDescription
    DesignDesign 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.
    Remarks
    EditorMode is used by the C1Editor.Mode property.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Editor.EditorMode

    See Also