'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the sorted column will be shaded to provide visual feedback.")> Public Property SortedColumnShading As System.Boolean
'Usage
Dim instance As NListView Dim value As System.Boolean instance.SortedColumnShading = value value = instance.SortedColumnShading
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the sorted column will be shaded to provide visual feedback.")] public System.bool SortedColumnShading {get; set;}