Helper class providing a busy section for a C1PreviewPane, raising the Busy flag in its constructor, and lowering it in the Dispose()()()() method.

Usage:

Copy CodeC#
using (new busy = BusySection(previewPane)) { ..code... }.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
public class BusySection : IDisposable
Visual Basic
Public Class BusySection _
	Implements IDisposable

Inheritance Hierarchy

System..::..Object
  C1.Win.C1Preview..::..C1PreviewPane..::..BusySection

See Also