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