ASP.NET Ajax Javascript (Specification) | |
---|---|
function get_selected() : Boolean function set_selected(value : Boolean) |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfThumbnailView.get_selected(); |
ASP.NET Ajax Javascript (Specification) | |
---|---|
function get_selected() : Boolean function set_selected(value : Boolean) |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfThumbnailView.get_selected(); |
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.