ComponentOne FlexReport for WinForms
Busy Property (C1FlexViewerDialog)

C1.Win.FlexViewer.4 Assembly > C1.Win.FlexViewer Namespace > C1FlexViewerDialog Class : Busy Property
Gets or sets the flag indicating whether the viewer pane is currently busy. Some actions (especially those that could cause significant changes in the preview pane's state) raise this flag themselves, and cannot be performed when this flag was raised by another operation. This flag should be tested before attempting to change viewer pane's properties or invoke methods on it.
Syntax
'Declaration
 
Public Property Busy As System.Boolean
public System.bool Busy {get; set;}

Property Value

The value of the Busy flag.
See Also

Reference

C1FlexViewerDialog Class
C1FlexViewerDialog Members