'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(False)> <SRDescriptionAttribute("ListBoxSortedDescr")> Public Property Sorted As System.Boolean
'Usage
Dim instance As NImageIndexListBox Dim value As System.Boolean instance.Sorted = value value = instance.Sorted
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(false)] [SRDescription("ListBoxSortedDescr")] public System.bool Sorted {get; set;}