This is a derived ICSharpCode text editor control that is used to edit the conceptual content.

Namespace: SandcastleBuilder.Gui.ContentEditors
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 1.9.3.0

Syntax

C#
public class ContentEditorControl : TextEditorControl
Visual Basic
Public Class ContentEditorControl _
	Inherits TextEditorControl

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..UserControl
              ICSharpCode.TextEditor..::..TextEditorControlBase
                ICSharpCode.TextEditor..::..TextEditorControl
                  SandcastleBuilder.Gui.ContentEditors..::..ContentEditorControl

See Also