VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / set_CanNavigateThumbnailsUsingKeyboard Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    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(
    value
    A value indicating whether the thumbnail viewer allows to navigate thumbnails using keyboard.
    : boolean
    ) : any;

    Parameters

    value
    A value indicating whether the thumbnail viewer allows to navigate thumbnails using keyboard.
    Browser Compatibility
    56+
    45+
    11
    See Also