'Declaration
<System.ComponentModel.DefaultValueAttribute(False)> <System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the items in the listbox will be sorted alphabetically.")> Public Property Sorted As System.Boolean
'Usage
Dim instance As NListBoxProperties Dim value As System.Boolean instance.Sorted = value value = instance.Sorted
[System.ComponentModel.DefaultValue(false)] [System.ComponentModel.Description("Gets/sets a value indicating whether the items in the listbox will be sorted alphabetically.")] public System.bool Sorted {get; set;}