VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / set_FocusOnHover Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_FocusOnHover Method
    In This Topic
    Sets a value indicating whether the thumbnail viewer changes focus when mouse hovers the thumbnail.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_FocusOnHover(value);
    
    
    function set_FocusOnHover(
    value
    True - the thumbnail viewer changes focus when mouse hovers the thumbnail; False - the thumbnail viewer does not change focus when mouse hovers the thumbnail. Default value is False.
    : boolean
    ) : any;

    Parameters

    value
    True - the thumbnail viewer changes focus when mouse hovers the thumbnail; False - the thumbnail viewer does not change focus when mouse hovers the thumbnail. Default value is False.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also