BusyIndicator Properties TIBCO Spotfire 6.0 API Reference
The BusyIndicator type exposes the following members.
Properties

  NameDescription
Public propertyBusy
Gets or sets a value indicating whether this BusyIndicator should indicate busy state. Default is false.
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyDelayMilliseconds
Gets or sets the time in milliseconds before this BusyIndicator should indicate busy state. Default is 2000 ms.
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Back to Top
See Also