'Declaration <BrowsableAttribute(True)> <CategoryAttribute("ThumbnailView Properties")> <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
[Browsable(true)] [Category("ThumbnailView Properties")] [DefaultValue()] [Description(" Gets or sets a value indicating whether this thumbnail is required to be displayed in the asosciated PageView window.")] public bool Selected {get; set;}
[Browsable(true)] [Category("ThumbnailView Properties")] [DefaultValue()] [Description(" Gets or sets a value indicating whether this thumbnail is required to be displayed in the asosciated PageView window.")] public: __property bool get_Selected(); public: __property void set_Selected( bool value );
[Browsable(true)] [Category("ThumbnailView Properties")] [DefaultValue()] [Description(" Gets or sets a value indicating whether this thumbnail is required to be displayed in the asosciated PageView window.")] public: property bool Selected { bool get(); void set ( bool value); }