FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.5.2 Assembly / C1.Win.FlexViewer Namespace / C1FlexViewerPane.BusySection Class / C1FlexViewerPane.BusySection Constructor
The owner pane.

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

    Parameters

    pane
    The owner pane.
    See Also