ListBox.Sort Method
.NET Framework 1.1
Sorts the items in the ListBox alphabetically.
[Visual Basic] Protected Overridable Sub Sort() [C#] protected virtual void Sort(); [C++] protected: virtual void Sort(); [JScript] protected function Sort();
Remarks
Notes to Inheritors: You can override this method in your derived class to provide your own sorting routine. When adding items to a ListBox, it is more efficient to sort the items first and then add new items.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
ListBox Class | ListBox Members | System.Windows.Forms Namespace | Sorted