Helper class providing a busy section for a C1PreviewPane,
raising the Busy flag in its constructor,
and lowering it in the Dispose()()()() method.
Namespace:
C1.Win.C1PreviewUsage:
Copy CodeC#
using (new busy = BusySection(previewPane)) { ..code... }. |
Assembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
C# |
---|
public class BusySection : IDisposable |
Visual Basic |
---|
Public Class BusySection _ Implements IDisposable |