ImageGear21.Web Assembly > ImageGear.Web.UI Namespace > ThumbnailView Class : Selected Property |
'Declaration <CategoryAttribute("ThumbnailView Properties")> <DescriptionAttribute(" Gets or sets a value indicating whether this thumbnail is required to be displayed in the asosciated PageView window.")> <BrowsableAttribute(True)> <DefaultValueAttribute()> Public Property Selected As Boolean
'Usage Dim instance As ThumbnailView Dim value As Boolean instance.Selected = value value = instance.Selected
[CategoryAttribute("ThumbnailView Properties")] [DescriptionAttribute(" Gets or sets a value indicating whether this thumbnail is required to be displayed in the asosciated PageView window.")] [BrowsableAttribute(true)] [DefaultValueAttribute()] public bool Selected {get; set;}
[CategoryAttribute("ThumbnailView Properties")] [DescriptionAttribute(" Gets or sets a value indicating whether this thumbnail is required to be displayed in the asosciated PageView window.")] [BrowsableAttribute(true)] [DefaultValueAttribute()] public: __property bool get_Selected(); public: __property void set_Selected( bool value );
[CategoryAttribute("ThumbnailView Properties")] [DescriptionAttribute(" Gets or sets a value indicating whether this thumbnail is required to be displayed in the asosciated PageView window.")] [BrowsableAttribute(true)] [DefaultValueAttribute()] public: property bool Selected { bool get(); void set ( bool value); }
The default value is false