VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / get_FocusOnHover Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_FocusOnHover Method
In This Topic
Gets a value indicating whether the thumbnail viewer changes focus when mouse hovers the thumbnail.
Syntax
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);

var value; // Type: boolean
value = instance.get_FocusOnHover();

Return Value

Value indicating whether the thumbnail viewer changes focus when mouse hovers the thumbnail. Default value is False.
Browser Compatibility
56+
45+
11
See Also