PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane.BusySection Class / C1PreviewPane.BusySection Constructor
The owner preview pane.

In This Topic
    C1PreviewPane.BusySection Constructor
    In This Topic
    Initializes a new instance of the C1PreviewPane.BusySection class, raises the C1PreviewPane.Busy flag on pane.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pane As C1PreviewPane _
    )
    public C1PreviewPane.BusySection( 
       C1PreviewPane pane
    )

    Parameters

    pane
    The owner preview pane.
    See Also