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: 71.0.21826.3255 (71.0.21826.3255)
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
See Also