ASP.NET Ajax Javascript (Specification) | |
---|---|
function get_selectedPages() : ImGearPageCollection |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfImGearThumbnailList.get_selectedPages(); |
ASP.NET Ajax Javascript (Specification) | |
---|---|
function get_selectedPages() : ImGearPageCollection |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var resultVar = instanceOfImGearThumbnailList.get_selectedPages(); |
This is a read only property. It is a collection of pages (ImGearPageCollection) that are currently selected. Note: This property can not be overwritten but pages can be added and removed from the collection. These are not copies of pages, they are the actual selected pages. If the ImGearThumbnailList control has the property in a single selection mode then you must first always remove the current selection and then add a new one otherwise an exception will be thrown.