Displays a list of thumbnails representing the pages of the connected preview pane.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ListView
          C1.Win.C1Preview..::..C1PreviewThumbnailView

See Also