'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Determines whether the panel will hide its selected items when not focused.")> Public Property HideSelection As System.Boolean
'Usage
Dim instance As NGalleryPanel Dim value As System.Boolean instance.HideSelection = value value = instance.HideSelection
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Determines whether the panel will hide its selected items when not focused.")] public System.bool HideSelection {get; set;}