Represents an integrated preview control, containing a preview pane, a navigation panel, toolbars and a status bar.
Namespace:
C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
C# |
---|
[ToolboxItemAttribute(true)] [DesignTimeVisibleAttribute(true)] [ToolboxBitmapAttribute(typeof(C1PrintPreviewControl), "C1PrintPreviewControl.png")] [DockingAttribute(DockingBehavior.Ask)] public class C1PrintPreviewControl : ToolStripContainer, IC1WmComponentChanged, ISupportInitialize |
Visual Basic |
---|
<ToolboxItemAttribute(True)> _ <DesignTimeVisibleAttribute(True)> _ <ToolboxBitmapAttribute(GetType(C1PrintPreviewControl), "C1PrintPreviewControl.png")> _ <DockingAttribute(DockingBehavior.Ask)> _ Public Class C1PrintPreviewControl _ Inherits ToolStripContainer _ Implements IC1WmComponentChanged, ISupportInitialize |
Inheritance Hierarchy
System..::..Object
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..Control
System.Windows.Forms..::..ScrollableControl
System.Windows.Forms..::..ContainerControl
System.Windows.Forms..::..ToolStripContainer
C1.Win.C1Preview..::..C1PrintPreviewControl
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..Control
System.Windows.Forms..::..ScrollableControl
System.Windows.Forms..::..ContainerControl
System.Windows.Forms..::..ToolStripContainer
C1.Win.C1Preview..::..C1PrintPreviewControl