'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether this item is selected.")> Public Property Selected As System.Boolean
'Usage
Dim instance As NGalleryItem Dim value As System.Boolean instance.Selected = value value = instance.Selected
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value indicating whether this item is selected.")] public System.bool Selected {get; set;}