[]
        
(Showing Draft Content)

C1.Win.C1Preview.C1PreviewPane.BusySection

C1PreviewPane.BusySection Class

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

Usage:

using (new busy = BusySection(previewPane)) { ..code... }.
Inheritance
C1PreviewPane.BusySection
Implements
Namespace: C1.Win.C1Preview
Assembly: C1.Win.PrintPreview.8.dll
Syntax
public class C1PreviewPane.BusySection : IDisposable

Constructors

Name Description
BusySection(C1PreviewPane)

Initializes a new instance of the C1PreviewPane.BusySection class, raises the Busy flag on pane.

Methods

Name Description
Dispose()

Disposes the busy section, lowers the Busy flag on the preview pane.