Gets a value indicating whether the thumbnail viewer changes focus when mouse hovers the thumbnail.
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
var value; // Type: boolean
value = instance.get_FocusOnHover();
function get_FocusOnHover() : boolean;
Return Value
Value indicating whether the thumbnail viewer changes focus when mouse hovers the thumbnail. Default value is False.