ImageGear .NET - Updated May 1, 2018
Selected Property (ThumbnailView)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ThumbnailView Class : Selected Property
Gets or sets a value indicating whether this thumbnail is required to be displayed in the asosciated PageView window. If it is set to true, the image in the thumbnail is visible in the associated PageView window.
Syntax
'Declaration
 
<CategoryAttribute("ThumbnailView Properties")>
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute(" Gets or sets a value indicating whether this thumbnail is required to be displayed in the asosciated PageView window.")>
Public Property Selected As Boolean
 
'Usage
 
Dim instance As ThumbnailView
Dim value As Boolean
 
instance.Selected = value
 
value = instance.Selected

Property Value

Boolean value
Remarks
Boolean value

The default value is false

See Also

Reference

ThumbnailView Class
ThumbnailView Members