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

In This Topic
    selectLastThumbnail Method
    In This Topic
    Selects the last thumbnail in the control's list.
    Syntax
    ASP.NET Ajax JavaScript (Specification) 
    function selectLastThumbnail() : (Any);
    ASP.NET Ajax JavaScript (Usage) 
    var resultVar = instanceOfImGearThumbnailList.selectLastThumbnail();
    Remarks

    This method selects the last thumbnail in the ImGearThumbnailList. All other thumbnails will be unselected.

    Note: When a multi selection mode is in effect and if there are one or more thumbnails selected at that point in time, this method causes de-selection of all the selected thumbnails and it selects the last thumbnail in the list.

    See Also