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

[To be supplied.]

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

See Also

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