VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiThumbnailViewerPanelJS type / get_CanDeleteThumbnailsUsingContextMenu Property
Syntax BrowserCompatibility SeeAlso
    get_CanDeleteThumbnailsUsingContextMenu Method
    Gets a value indicating whether the thumbnail viewer allows to delete thumbnails using context menu.
    Syntax
    var instance = new Vintasoft.Imaging.UI.Panels.WebUiThumbnailViewerPanelJS(settings, stateButton);
    
    var value; // Type: boolean
    value = instance.get_CanDeleteThumbnailsUsingContextMenu();
    
    

    Return Value

    True - the thumbnail viewer allows to delete thumbnails using context menu; False - the thumbnail viewer does not allow to delete thumbnails using context menu. Default value is False.
    Browser Compatibility
    56+
    45+
    11
    See Also