get_CanDragThumbnails Method
Gets a value indicating whether the thumbnail viewer allows to drag thumbnails.
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
var value; // Type: boolean
value = instance.get_CanDragThumbnails();
function get_CanDragThumbnails() : boolean;
Return Value
True - the thumbnail viewer allows to drag thumbnails; False - the thumbnail viewer does not allow to drag thumbnails. Default value is False.