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.WebThumbnailViewerJS(controlId);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_CanDeleteThumbnailsUsingKeyboard(value);
function set_CanDeleteThumbnailsUsingKeyboard(
: boolean
) : any;
Parameters
- value
- A value indicating whether the thumbnail viewer allows to delete thumbnails using keyboard.
Browser Compatibility
See Also