ImageGear .NET v24.12 - Updated
selectPreviousThumbnail Method

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ImGearThumbnailList class : selectPreviousThumbnail Method
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

Reference

ImGearThumbnailList class
ImGearThumbnailList Members