Class BusyIndicator
Class used to indicate Spreadsheet control is busy in doing some processing (For example, loading a workbook).
Inheritance
System.Object
BusyIndicator
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Spreadsheet
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class BusyIndicator : IDisposable
Constructors
BusyIndicator(Spreadsheet)
Holds the instance of BusyIndicator
Declaration
public BusyIndicator(Spreadsheet control)
Parameters
Type | Name | Description |
---|---|---|
Spreadsheet | control | Control in which the busy indicator need to be displayed |
Properties
BusyImage
Gets or sets the Busy Image which will be shown when doing some processing (For example, loading a workbook)
Declaration
public Image BusyImage { get; set; }
Property Value
Type |
---|
System.Drawing.Image |
IsBusy
Gets or sets a value indicates whether the BusyIndicator should be displayed or not
Declaration
public bool IsBusy { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
Dispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Implements
System.IDisposable