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