set_CanDeleteThumbnailsUsingContextMenu Method
In This Topic
Sets 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 returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_CanDeleteThumbnailsUsingContextMenu(value);
function set_CanDeleteThumbnailsUsingContextMenu(
: boolean
) : any;
Parameters
- value
- A value indicating whether the thumbnail viewer allows to delete thumbnails using context menu.
Browser Compatibility
See Also