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