Represents the barebones control showing the preview of the associated document. To add functionality, other C1Preview components can be connected to this control.
Namespace:
C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
C# |
---|
[ToolboxBitmapAttribute(typeof(C1PreviewPane), "C1PreviewPane.png")] public class C1PreviewPane : Panel, ISupportInitialize, ICollectionOwner, IC1WmComponentChanged, INotifyPropertyChanged |
Visual Basic |
---|
<ToolboxBitmapAttribute(GetType(C1PreviewPane), "C1PreviewPane.png")> _ Public Class C1PreviewPane _ Inherits Panel _ Implements ISupportInitialize, ICollectionOwner, IC1WmComponentChanged, INotifyPropertyChanged |
Inheritance Hierarchy
System..::..Object
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..Control
System.Windows.Forms..::..ScrollableControl
System.Windows.Forms..::..Panel
C1.Win.C1Preview..::..C1PreviewPane
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..Control
System.Windows.Forms..::..ScrollableControl
System.Windows.Forms..::..Panel
C1.Win.C1Preview..::..C1PreviewPane