This form is used to handle search and replace in the text editor windows.

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

Syntax

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

Remarks

This is rather crude but it works. It's the best I could do after poking around in the editor code. It will do for the time being even if it isn't the most efficient way of doing it.

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..::..FindAndReplaceWindow

See Also