This user control is used to edit token files
TokenEditorControl

Namespace: SandcastleBuilder.WPF.UserControls
Assembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 1.9.7.0

Syntax

C#
public class TokenEditorControl : UserControl, 
	IComponentConnector
Visual Basic
Public Class TokenEditorControl
	Inherits UserControl
	Implements IComponentConnector

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                System.Windows.Controls..::..UserControl
                  SandcastleBuilder.WPF.UserControls..::..TokenEditorControl

See Also