Indicates whether selection of HTML elements is enabled.
Object.defineProperty(InteractiveService.prototype, 'enableSelection',
get: function(),
set: function(value)
)
enableSelection: boolean;
true if selection of HTML elements is enabled; otherwise, it is false. Default value is true.
When the value of EnableSelection is false, the service will subscribe to the HTML document selectstart event and prevents the default behavior. This will prevent the user from dragging and selecting elements on the HTML page.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET