ComponentOne SiteMap for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / Mode Enumeration

In This Topic
    Mode Enumeration
    In This Topic
    An enum value represents the mode of the C1Editor.
    Syntax
    'Declaration
     
    Public Enum Mode 
       Inherits System.Enum
    public enum Mode : System.Enum 
    Members
    MemberDescription
    BbcodeBBCode mode.
    RibbonRibbon mode.
    SimpleSimple mode.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1Editor.Mode

    See Also