Specifies how to use the item in the interactive mode.
lt.Controls.ImageViewerAutoItemMode = {
none: 0,
never: 1,
autoSet: 2,
autoSetActive: 3
}
lt.Controls.ImageViewerAutoItemMode = {
none: 0,
never: 1,
autoSet: 2,
autoSetActive: 3
}
0 |
None |
(0) Do not set Item. Leave it as it is. |
1 |
Never |
(1) Do not use Item, always treat is as null, ImageViewerSelectItemsInteractiveMode uses this value since it never works on a specific item. |
2 |
AutoSet |
(2) Perform hit-testing and if any is found, set it in Item. If no item is found then the mode will not work. |
3 |
AutoSetActive |
(3) Perform hit-testing and if any is found, set it in Item also make it the current ActiveItem. If no item is found then the mode will not work. |
ImageViewerAutoItemMode is used as the value for the AutoItemMode property of ImageViewerInteractiveMode.
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