Gets or sets a value that indicates whether clicking on an already selected object while the MultiSelectModifierKey is pressed should de-select it.
Object.defineProperty(AnnAutomationManager.prototype, 'enableDeselectObject',
get: function(),
set: function(value)
)
enableDeselectObject: boolean;
true if clicking on an already selected object while the MultiSelectModifierKey is pressed should de-select it; otherwise, false. The default value is true.
When a selected object is clicked over with the pointer while the MultiSelectModifierKey is pressed, then its selection state must be inverted and become un-selected.
This behavior is used when the value of EnableDeselectObject is the default of true. Older versions of LEADTOOLS will not de-select the object if clicked on while MultiSelectModifierKey is pressed. If this behavior is desired, then set the value of EnableDeselectObject to false.
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