Click or drag to resize
CKEditorDesigner Class
CKEditor designer class for visual studio integration.
Inheritance Hierarchy
SystemObject
  System.ComponentModel.DesignComponentDesigner
    System.Web.UI.DesignHtmlControlDesigner
      System.Web.UI.DesignControlDesigner
        CMS.CKEditor.Web.UICKEditorDesigner

Namespace: CMS.CKEditor.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax
C#
public class CKEditorDesigner : ControlDesigner

The CKEditorDesigner type exposes the following members.

Constructors
  NameDescription
Public methodCKEditorDesigner
Top
Methods
  NameDescription
Public methodGetDesignTimeHtml
Gets the HTML code for the design time
(Overrides ControlDesignerGetDesignTimeHtml.)
Top
See Also