Represents an integrated preview control, containing a preview pane, a navigation panel, toolbars and a status bar.

Namespace:  C1.Win.C1Preview
Assembly:  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

See Also