Displays a tree representing the outline nodes of the connected preview pane.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
[ToolboxBitmapAttribute(typeof(C1PreviewOutlineView), "C1PreviewOutlineView.png")]
[DesignTimeVisibleAttribute(true)]
[ToolboxItemAttribute(true)]
public class C1PreviewOutlineView : TreeView, 
	IC1WmComponentChanged, INotifyPropertyChanged
Visual Basic
<ToolboxBitmapAttribute(GetType(C1PreviewOutlineView), "C1PreviewOutlineView.png")> _
<DesignTimeVisibleAttribute(True)> _
<ToolboxItemAttribute(True)> _
Public Class C1PreviewOutlineView _
	Inherits TreeView _
	Implements IC1WmComponentChanged, INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..TreeView
          C1.Win.C1Preview..::..C1PreviewOutlineView

See Also