Component that shows a busy indication in visualizations.
Inheritance Hierarchy
SystemMarshalByRefObject
System.ComponentModelComponent
Spotfire.Dxp.Forms.ComponentsBusyIndicator
Namespace: Spotfire.Dxp.Forms.Components
Assembly: Spotfire.Dxp.Forms (in Spotfire.Dxp.Forms.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
[DefaultPropertyAttribute("DelayMilliseconds")] public sealed class BusyIndicator : Component
The BusyIndicator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BusyIndicator | Initializes a new instance of the BusyIndicator class.
|
![]() | BusyIndicator(IContainer) | Initializes a new instance of the BusyIndicator class, and
adds it to the specified IContainer.
|
Methods
Name | Description | |
---|---|---|
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Initialize |
Initializes the component with an owner and a model.
|
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
Properties
Name | Description | |
---|---|---|
![]() | Busy | Gets or sets a value indicating whether this
BusyIndicator should indicate busy state.
Default is false.
|
![]() | Container | Gets the IContainer that contains the Component. (Inherited from Component.) |
![]() | DelayMilliseconds | Gets or sets the time in milliseconds before this
BusyIndicator should indicate busy state.
Default is 2000 ms.
|
![]() | Site | Gets or sets the ISite of the Component. (Inherited from Component.) |
Events
Name | Description | |
---|---|---|
![]() | Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |
Version Information
See Also