FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.5.2 Assembly / C1.Win.FlexViewer Namespace / C1FlexViewerPane.BusySection Class
Members

In This Topic
    C1FlexViewerPane.BusySection Class
    In This Topic
    Helper class providing a busy section for a C1FlexViewerPane, raising the C1FlexViewerPane.Busy flag in its constructor, and lowering it in the Dispose method.

    Usage:

    using (new busy = BusySection(flexViewerPane)) { ..code... }.
    Object Model
    C1FlexViewerPane.BusySection Class
    Syntax
    'Declaration
     
    Public Class C1FlexViewerPane.BusySection 
    public class C1FlexViewerPane.BusySection 
    Inheritance Hierarchy

    System.Object
       C1.Win.FlexViewer.C1FlexViewerPane.BusySection

    See Also