ImageGear21.Web Assembly > ImageGear.Web.UI Namespace > ImGearThumbnailList Class : SelectedPages Property |
'Declaration <CategoryAttribute("ImGearThumbnailList Properties")> <DescriptionAttribute(" Gets or sets comma separated string containing pages required to be selected at startup.")> <BrowsableAttribute(False)> Public ReadOnly Property SelectedPages As Collection(Of ImGearSelectionPage)
'Usage Dim instance As ImGearThumbnailList Dim value As Collection(Of ImGearSelectionPage) value = instance.SelectedPages
[CategoryAttribute("ImGearThumbnailList Properties")] [DescriptionAttribute(" Gets or sets comma separated string containing pages required to be selected at startup.")] [BrowsableAttribute(false)] public Collection<ImGearSelectionPage> SelectedPages {get;}
[CategoryAttribute("ImGearThumbnailList Properties")] [DescriptionAttribute(" Gets or sets comma separated string containing pages required to be selected at startup.")] [BrowsableAttribute(false)] public: __property Collection<ImGearSelectionPage*>* get_SelectedPages();
[CategoryAttribute("ImGearThumbnailList Properties")] [DescriptionAttribute(" Gets or sets comma separated string containing pages required to be selected at startup.")] [BrowsableAttribute(false)] public: property Collection<ImGearSelectionPage^>^ SelectedPages { Collection<ImGearSelectionPage^>^ get(); }
The default value is an empty collection of ImGearSelectionPage objects.
This is a read only property. It can not be overwritten. It allows access to a ImGearSelectionPage element of a collection.
Objects of ImGearSelectionPage can be created and added to this collection for selection of pages to be selected for the initial view in the control.