VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiThumbnailViewerPanelJS type / set_CanDeleteThumbnailsUsingKeyboard Property
Syntax BrowserCompatibility SeeAlso
    set_CanDeleteThumbnailsUsingKeyboard Method
    Sets a value indicating whether the thumbnail viewer allows to delete thumbnails using keyboard ("Delete" key).
    Syntax
    var instance = new Vintasoft.Imaging.UI.Panels.WebUiThumbnailViewerPanelJS(settings, stateButton);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_CanDeleteThumbnailsUsingKeyboard(value);
    
    

    Parameters

    value
    A value indicating whether the thumbnail viewer allows to delete thumbnails using keyboard.
    Browser Compatibility
    56+
    45+
    11
    See Also