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);
function set_CanMoveThumbnail(
: boolean
) : any;
Parameters
- value
- A value indicating whether context menu should contain items, which allow to move thumbnail.
Browser Compatibility
See Also