This control is used to preview MAML topic files
TopicPreviewerControl

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

Syntax

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

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

See Also