| ASP.NET Ajax Javascript (Specification) | |
|---|---|
function selectNextThumbnail() : (Any);  | |
| ASP.NET Ajax Javascript (Usage) | |
|---|---|
var resultVar = instanceOfImGearThumbnailList.selectNextThumbnail();  | |
            | ASP.NET Ajax Javascript (Specification) | |
|---|---|
function selectNextThumbnail() : (Any);  | |
| ASP.NET Ajax Javascript (Usage) | |
|---|---|
var resultVar = instanceOfImGearThumbnailList.selectNextThumbnail();  | |
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.