[]
Helper class providing a busy section for a C1FlexViewerPane, raising the Busy flag in its constructor, and lowering it in the Dispose() method.
Usage:
using (new busy = BusySection(flexViewerPane)) { ..code... }.
public class C1FlexViewerPane.BusySection : IDisposable
Name | Description |
---|---|
BusySection(C1FlexViewerPane) | Initializes a new instance of the C1FlexViewerPane.BusySection class,
raises the Busy flag on |
Name | Description |
---|---|
Dispose() | Disposes the busy section, lowers the Busy flag on the preview pane. |