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