ImageGear .NET v24.12 - Updated
selected Property

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > ThumbnailView class : selected Property
Indicates whether the thumbnail is selected.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_selected() : Boolean
function set_selected(value : Boolean)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfThumbnailView.get_selected();
Remarks

This property is a boolean that indicates whether the thumbnail is selected. In most cases, this property is simply a storage location for the selected flag. However, if you change the value from false to true, you have provided the id of an PageView control, and you have opened an image in this control, this control will instruct the PageView control to open the same image.

See Also

Reference

ThumbnailView class
ThumbnailView Members