VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / get_FocusedIndex Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_FocusedIndex Method
    In This Topic
    Gets an index of focused thumbnail.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var value; // Type: number
    value = instance.get_FocusedIndex();
    
    
    function get_FocusedIndex() : number;
    

    Return Value

    Index of focused thumbnail.
    Browser Compatibility
    56+
    45+
    11
    See Also