BaseTasksControl Class

Spotfire Automation Services 14.3 API Reference
Base class for Tasks Controls.
Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              Spotfire.Dxp.Automation.FrameworkBaseTasksControl

Namespace:  Spotfire.Dxp.Automation.Framework
Assembly:  Spotfire.Dxp.Automation.Framework (in Spotfire.Dxp.Automation.Framework.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public class BaseTasksControl : UserControl

The BaseTasksControl type exposes the following members.

Constructors

  NameDescription
Protected methodBaseTasksControl
Initializes a new instance of the BaseTasksControl class.
Top
Properties

  NameDescription
Public propertyEditingContext
Gets the editing context to retrieve for example the Spotfire AnalysisApplication instance.
Public propertyIsUpdating
Gets a value indicating whether the controls are being updated. Use this property in UI event handlers to prevent model updates.
Protected propertyTooltipControl
Gets the tooltip control for the user control.
Top
Methods

  NameDescription
Protected methodAddEventsCore
Override to add events after the context has been installed.
Protected methodDispose
Clean up any resources being used.
(Overrides ContainerControlDispose(Boolean).)
Protected methodRemoveEventsCore
Override to tear down events added in AddEventsCore.
Protected methodSaveChangesAndNotifyT
If IsUpdating is false, performs the model change and calls EditingContext.NotifyUpdate. Use in your event handlers to set the "document dirty" flag.
Public methodUpdateControls
Sets the IsUpdating property to true and invokes UpdateControlsCore. Override UpdateControlsCore to perform the actual work.
Protected methodUpdateControlsCore
Override to update the content of controls.
Top
Fields

  NameDescription
Protected fieldtoolTip Obsolete.
ToolTip support. Use TooltipControl instead.
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