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.SelectedIndicesCollection.All

[To be supplied.]

[Visual Basic]
Public Property All As Integer ()
[C#]
public int[] All {get; set;}
[C++]
public: __property int* get_All();
public: __property void set_All(int*[]);
[JScript]
public function get All() : int[];
public function set All(int[]);

See Also

ListBox.SelectedIndicesCollection Class | ListBox.SelectedIndicesCollection Members | System.WinForms Namespace