set_CanSelectThumbnailsUsingKeyboard Method
In This Topic
Sets a value indicating whether the thumbnail viewer allows to select thumbnails using keyboard ("Shift" key).
Syntax
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_CanSelectThumbnailsUsingKeyboard(value);
function set_CanSelectThumbnailsUsingKeyboard(
: boolean
) : any;
Parameters
- value
- A value indicating whether the thumbnail viewer allows to select thumbnails using keyboard.
Browser Compatibility
See Also