VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.Panels Namespace / WebUiThumbnailViewerPanelJS type / set_CanDeleteThumbnailsUsingKeyboard Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_CanDeleteThumbnailsUsingKeyboard Method
In This Topic
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