VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebThumbnailViewerContextMenuJS type / get_CanDeleteThumbnails Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CanDeleteThumbnails Method
    In This Topic
    Gets a value indicating whether context menu should contain items, which allow to delete thumbnails.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebThumbnailViewerContextMenuJS(thumbnailViewer, settings);
    
    var value; // Type: boolean
    value = instance.get_CanDeleteThumbnails();
    
    
    function get_CanDeleteThumbnails() : boolean;
    

    Return Value

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