ImageGear for .NET
selectPreviousThumbnail Method
See Also  Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : selectPreviousThumbnail Method

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.