This is used as the base class for the Sandcastle Builder content editors.

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

Syntax

C#
public class BaseContentEditor : DockContent
Visual Basic
Public Class BaseContentEditor _
	Inherits DockContent

Remarks

There are probably several different ways to do this that are better but this is quick and dirty and it works.

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..Form
              WeifenLuo.WinFormsUI.Docking..::..DockContent
                SandcastleBuilder.Gui.ContentEditors..::..BaseContentEditor
                  SandcastleBuilder.Gui.ContentEditors..::..ContentLayoutWindow
                  SandcastleBuilder.Gui.ContentEditors..::..EntityReferenceWindow
                  SandcastleBuilder.Gui.ContentEditors..::..FindAndReplaceWindow
                  SandcastleBuilder.Gui.ContentEditors..::..OutputWindow
                  SandcastleBuilder.Gui.ContentEditors..::..PreviewTopicWindow
                  SandcastleBuilder.Gui.ContentEditors..::..ProjectExplorerWindow
                  SandcastleBuilder.Gui.ContentEditors..::..ProjectPropertiesWindow
                  SandcastleBuilder.Gui.ContentEditors..::..ResourceItemEditorWindow
                  SandcastleBuilder.Gui.ContentEditors..::..SiteMapEditorWindow
                  SandcastleBuilder.Gui.ContentEditors..::..TokenEditorWindow
                  SandcastleBuilder.Gui.ContentEditors..::..TopicEditorWindow

See Also