VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebThumbnailViewerContextMenuJS type / set_CanMoveThumbnail Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_CanMoveThumbnail Method
In This Topic
Sets a value indicating whether context menu should contain items, which allow to move thumbnail.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebThumbnailViewerContextMenuJS(thumbnailViewer, settings);

var returnValue; // Type: any

// Parameters
var value; // Type: boolean

returnValue = instance.set_CanMoveThumbnail(value);

Parameters

value
A value indicating whether context menu should contain items, which allow to move thumbnail.
Browser Compatibility
56+
45+
11
See Also