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