VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / set_CanDragThumbnails Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_CanDragThumbnails Method
In This Topic
Sets a value indicating whether the thumbnail viewer allows to drag thumbnails.
Syntax
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_CanDragThumbnails(value);

Parameters

value
True - the thumbnail viewer allows to drag thumbnails; False - the thumbnail viewer does not allow to drag thumbnails. Default value is False.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also