Indicates if the ListBox is sorted or not. 'true' means that strings in the list will be sorted alphabetically
[Visual Basic] Public Property Sorted As Boolean [C#] public bool Sorted {get; set;} [C++] public: __property bool get_Sorted(); public: __property void set_Sorted(bool); [JScript] public function get Sorted() : Boolean; public function set Sorted(Boolean);