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

In This Topic
    selectNextThumbnail Method
    In This Topic
    Selects the thumbnail next to the currently selected thumbnail.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function selectNextThumbnail() : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearThumbnailList.selectNextThumbnail();
    Remarks

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

    Note: When the selection mode is set to multi slection, and if there already is a multi selection currently in effect, then this method will select the next thumbnail to the next highest number in the selected list.

    See Also