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: 30.0.11525.4184 (30.0.11525.4184)
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. |
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. |
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. |
Version Information
See Also