Indicates if the Combos list is sorted or not.
[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);
ComboBox Class | ComboBox Members | System.WinForms Namespace