Displays a dialog box that shows the preview of the associated document.
Includes toolbars, navigation panel and status bar.
Namespace:
C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
C# |
---|
[ToolboxItemAttribute(true)] [DesignTimeVisibleAttribute(true)] [ToolboxBitmapAttribute(typeof(C1PrintPreviewDialog), "C1PrintPreviewDialog.png")] public class C1PrintPreviewDialog : Form |
Visual Basic |
---|
<ToolboxItemAttribute(True)> _ <DesignTimeVisibleAttribute(True)> _ <ToolboxBitmapAttribute(GetType(C1PrintPreviewDialog), "C1PrintPreviewDialog.png")> _ Public Class C1PrintPreviewDialog _ Inherits Form |
Inheritance Hierarchy
System..::..Object
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..Control
System.Windows.Forms..::..ScrollableControl
System.Windows.Forms..::..ContainerControl
System.Windows.Forms..::..Form
C1.Win.C1Preview..::..C1PrintPreviewDialog
System..::..MarshalByRefObject
System.ComponentModel..::..Component
System.Windows.Forms..::..Control
System.Windows.Forms..::..ScrollableControl
System.Windows.Forms..::..ContainerControl
System.Windows.Forms..::..Form
C1.Win.C1Preview..::..C1PrintPreviewDialog