This form is used to edit a token file.

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

Syntax

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

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

See Also