Gets or sets a value that indicates whether clicking on any of the thumbs of the objects automatically starts editing.
Object.defineProperty(AnnAutomationManager.prototype, 'enableThumbsSelection',
get: function(),
set: function(value)
)
enableThumbsSelection: boolean;
true if clicking on any of the thumbs of the objects automatically starts editing; otherwise, false. The default value is false.
The user can select objects by clicking on them. If the user keeps holding the pointer down while clicking and start dragging, the object is selected and starts moving in a continuous motion. However, if the click was on a thumb (for example, any of the resize or rotation thumbs) and the user performs the same click and drag operation, then the object should be selected and moved in the same manner and not selected and re-sized (or rotated) in the same continuous motion.
The default value of EnableThumbsSelection of false enforces this behavior. Older versions of LEADTOOLS used to perform the select and resize (or rotate) motion. If the old behavior is desired, then set the value of EnableThumbsSelection to true.
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