BusyIndicator Class

Spotfire 14.3 API Reference
Component that shows a busy indication in visualizations.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      Spotfire.Dxp.Forms.ComponentsBusyIndicator

Namespace:  Spotfire.Dxp.Forms.Components
Assembly:  Spotfire.Dxp.Forms (in Spotfire.Dxp.Forms.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
[DefaultPropertyAttribute("DelayMilliseconds")]
public sealed class BusyIndicator : Component

The BusyIndicator type exposes the following members.

Constructors

  NameDescription
Public methodBusyIndicator
Initializes a new instance of the BusyIndicator class.
Public methodBusyIndicator(IContainer)
Initializes a new instance of the BusyIndicator class, and adds it to the specified IContainer.
Top
Properties

  NameDescription
Public propertyDelayMilliseconds
Gets or sets the time in milliseconds before this BusyIndicator should indicate busy state. Default is 2000 ms.
Top
Methods

  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodDispose
Releases all resources used by the Component.
(Inherited from Component.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitialize
Initializes the component with an owner and a model.
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference