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