ImageGear .NET v25.2 - Updated
ImageGear.Web.UI Library / ImageGear.Web.UI Namespace / ImGearThumbnailList class / selectPreviousThumbnail Method

In This Topic
    selectPreviousThumbnail Method
    In This Topic
    Selects the thumbnail previous to the current thumbnail selection.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function selectPreviousThumbnail() : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearThumbnailList.selectPreviousThumbnail();
    Remarks

    This method selects the thumbnail previous to the one currently selected.

    Note: When the selection mode is set to multi selection and if there are current multiple thumbnail selections, then these will be unselected and the index before the first in the previously selected group will be selected. If no thumbnail(s) are currently selected, then there would be no selection resulting from the call to this method.

    See Also