Base class for Tasks Controls.
Inheritance Hierarchy
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: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
public class BaseTasksControl : UserControl
The BaseTasksControl type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BaseTasksControl | Initializes a new instance of the BaseTasksControl class. |
Properties
| Name | Description | |
|---|---|---|
| EditingContext | Gets the editing context to retrieve for example the Spotfire AnalysisApplication instance. | |
| IsUpdating | Gets a value indicating whether the controls are being updated.
Use this property in UI event handlers to prevent model updates. | |
| TooltipControl | Gets the tooltip control for the user control. |
Methods
| Name | Description | |
|---|---|---|
| AddEventsCore | Override to add events after the context has been installed. | |
| Dispose | Clean up any resources being used. (Overrides ContainerControlDispose(Boolean).) | |
| RemoveEventsCore | Override to tear down events added in AddEventsCore. | |
| SaveChangesAndNotifyT | If IsUpdating is false, performs the model change and calls
EditingContext.NotifyUpdate.
Use in your event handlers to set the "document dirty" flag.
| |
| UpdateControls | Sets the IsUpdating property to true and invokes UpdateControlsCore. Override UpdateControlsCore
to perform the actual work. | |
| UpdateControlsCore | Override to update the content of controls. |
Fields
| Name | Description | |
|---|---|---|
| toolTip | Obsolete. ToolTip support. Use TooltipControl instead. |
Version Information
Supported in: 14.7, 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also