get_CanDeleteThumbnailsUsingKeyboard Method
Gets a value indicating whether the thumbnail viewer allows to delete thumbnails using keyboard ("Delete" key).
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
var value; // Type: boolean
value = instance.get_CanDeleteThumbnailsUsingKeyboard();
function get_CanDeleteThumbnailsUsingKeyboard() : boolean;
Return Value
True - the thumbnail viewer allows to delete thumbnails using keyboard; False - the thumbnail viewer does not allow to delete thumbnails using keyboard. Default value is False.