Gets or sets a value indicating whether any designers in an AnnAutomation are automatically canceled when the automation becomes inactive.
Object.defineProperty(AnnAutomationManager.prototype, 'cancelInactiveDesigners',
get: function(),
set: function(value)
)
cancelInactiveDesigners: boolean;
true to automatically cancel all designers in an AnnAutomation when the automation becomes inactive; otherwise, it is false. The default value is true.
When multiple AnnAutomation objects are used in the automation, use the AnnAutomation.Active property to set one of the automations as the active one. The active automation will then process all the mouse, touch and keyboard events. The rest of the automations are in an inactive state and will not process any events.
When an automation becomes inactive, it might have designers that are still running, for example, an edit designer selecting an object. By setting the value of CancelInactiveDesigners to true, you can cancel (or abort) all the designers in an inactive automation. This has the effect of causing all currently selected objects in the inactive automation to become de-selected.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document