NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListBox.Sorted

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);

See Also

ListBox Class | ListBox Members | System.WinForms Namespace