VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebThumbnailViewerContextMenuJS type / get_CanMoveThumbnail Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CanMoveThumbnail Method
    In This Topic
    Gets 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 value; // Type: boolean
    value = instance.get_CanMoveThumbnail();
    
    
    function get_CanMoveThumbnail() : boolean;
    

    Return Value

    True - context menu should contain items, which allow to move thumbnail; False - context menu should not contain items, which allow to move thumbnail. Default value is False.
    Browser Compatibility
    56+
    45+
    11
    See Also